Bug in pkg-config fixed (it was created in my prev. commit
svn path=/nixpkgs/trunk/; revision=9647
This commit is contained in:
parent
b39c62675d
commit
abfe41230a
|
@ -8,6 +8,11 @@ stdenv.mkDerivation {
|
||||||
sha256 = "1rpb5wygmp0f8nal7y3ga4556i7hkjdslv3wdq04fj30gns621vy";
|
sha256 = "1rpb5wygmp0f8nal7y3ga4556i7hkjdslv3wdq04fj30gns621vy";
|
||||||
};
|
};
|
||||||
|
|
||||||
|
postInstall = "
|
||||||
|
ensureDir \$out/nix-support
|
||||||
|
cp \$setupHook \$out/nix-support/setup-hook
|
||||||
|
";
|
||||||
|
|
||||||
patches = [
|
patches = [
|
||||||
# Process Requires.private properly, see
|
# Process Requires.private properly, see
|
||||||
# http://bugs.freedesktop.org/show_bug.cgi?id=4738.
|
# http://bugs.freedesktop.org/show_bug.cgi?id=4738.
|
||||||
|
|
Loading…
Reference in New Issue