forked from mirrors/nixpkgs
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";
|
||||
};
|
||||
|
||||
buildInputs = [ gawk ];
|
||||
buildNativeInputs = [ makeWrapper ];
|
||||
buildNativeInputs = [ makeWrapper gawk ];
|
||||
propagatedBuildInputs = [ readline gmp libtool ];
|
||||
selfBuildNativeInput = true;
|
||||
|
||||
|
|
Loading…
Reference in a new issue