PKG_CONFIG_PATH no longer required
svn path=/nixpkgs/trunk/; revision=6268
This commit is contained in:
parent
5634042fa9
commit
80e695bfca
@ -16,7 +16,4 @@ stdenv.mkDerivation {
|
|||||||
# avoids loads of warnings about too big description fields because of a broken debug format
|
# avoids loads of warnings about too big description fields because of a broken debug format
|
||||||
CFLAGS =
|
CFLAGS =
|
||||||
if stdenv ? isMinGW && stdenv.isMinGW then "-O2" else null;
|
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";
|
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user