mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-01-31 09:14:28 +00:00
Updating guile so it uses gawk as a buildNativeInput and not as buildInput.
svn path=/nixpkgs/branches/stdenv-updates/; revision=18561
This commit is contained in:
parent
45886e474d
commit
75b60caea0
@ -9,8 +9,7 @@ stdenv.mkDerivation rec {
|
|||||||
sha256 = "1czhcrn6l63xhsw3fjmv88djflqxbdpxjhgmwwvscm8rv4wn7vmz";
|
sha256 = "1czhcrn6l63xhsw3fjmv88djflqxbdpxjhgmwwvscm8rv4wn7vmz";
|
||||||
};
|
};
|
||||||
|
|
||||||
buildInputs = [ gawk ];
|
buildNativeInputs = [ makeWrapper gawk ];
|
||||||
buildNativeInputs = [ makeWrapper ];
|
|
||||||
propagatedBuildInputs = [ readline gmp libtool ];
|
propagatedBuildInputs = [ readline gmp libtool ];
|
||||||
selfBuildNativeInput = true;
|
selfBuildNativeInput = true;
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user