From 75b60caea072f258a3f014a1ea4fc8308692baca Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Llu=C3=ADs=20Batlle=20i=20Rossell?= Date: Mon, 23 Nov 2009 17:01:28 +0000 Subject: [PATCH] Updating guile so it uses gawk as a buildNativeInput and not as buildInput. svn path=/nixpkgs/branches/stdenv-updates/; revision=18561 --- pkgs/development/interpreters/guile/default.nix | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/pkgs/development/interpreters/guile/default.nix b/pkgs/development/interpreters/guile/default.nix index 66ed97d418e46..8dd7953a42da8 100644 --- a/pkgs/development/interpreters/guile/default.nix +++ b/pkgs/development/interpreters/guile/default.nix @@ -9,8 +9,7 @@ stdenv.mkDerivation rec { sha256 = "1czhcrn6l63xhsw3fjmv88djflqxbdpxjhgmwwvscm8rv4wn7vmz"; }; - buildInputs = [ gawk ]; - buildNativeInputs = [ makeWrapper ]; + buildNativeInputs = [ makeWrapper gawk ]; propagatedBuildInputs = [ readline gmp libtool ]; selfBuildNativeInput = true;