mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-16 14:54:29 +01:00
PKG_CONFIG_PATH no longer required
svn path=/nixpkgs/trunk/; revision=6268
This commit is contained in:
parent
5634042fa9
commit
80e695bfca
1 changed files with 0 additions and 3 deletions
|
@ -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";
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue