PKG_CONFIG_PATH no longer required

svn path=/nixpkgs/trunk/; revision=6268
This commit is contained in:
Martin Bravenboer 2006-08-27 12:52:56 +00:00
parent 5634042fa9
commit 80e695bfca

View file

@ -16,7 +16,4 @@ stdenv.mkDerivation {
# avoids loads of warnings about too big description fields because of a broken debug format
CFLAGS =
if stdenv ? isMinGW && stdenv.isMinGW then "-O2" else null;
# MinGW bootstrap pkg-config does not support the pkg-config setup-hook yet.
PKG_CONFIG_PATH = aterm + "/lib/pkgconfig";
}