mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-11-11 15:27:20 +03:00
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";
|
||||
};
|
||||
|
||||
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.
|
||||
|
Loading…
Reference in New Issue
Block a user