Bug in pkg-config fixed (it was created in my prev. commit

svn path=/nixpkgs/trunk/; revision=9647
This commit is contained in:
Yury G. Kudryashov 2007-11-11 20:40:48 +00:00
parent b39c62675d
commit abfe41230a

View file

@ -8,6 +8,11 @@ stdenv.mkDerivation {
sha256 = "1rpb5wygmp0f8nal7y3ga4556i7hkjdslv3wdq04fj30gns621vy";
};
postInstall = "
ensureDir \$out/nix-support
cp \$setupHook \$out/nix-support/setup-hook
";
patches = [
# Process Requires.private properly, see
# http://bugs.freedesktop.org/show_bug.cgi?id=4738.