From d910fcbcee35023475e2f0756c90218d8d5cd866 Mon Sep 17 00:00:00 2001 From: LluĂ­s Batlle i Rossell Date: Thu, 25 Nov 2010 09:14:56 +0000 Subject: Making bash and kbd cross-build svn path=/nixpkgs/branches/stdenv-updates/; revision=24851 --- pkgs/os-specific/linux/kbd/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'pkgs/os-specific/linux/kbd') diff --git a/pkgs/os-specific/linux/kbd/default.nix b/pkgs/os-specific/linux/kbd/default.nix index 2483a86c4864..c54ac4c2c731 100644 --- a/pkgs/os-specific/linux/kbd/default.nix +++ b/pkgs/os-specific/linux/kbd/default.nix @@ -8,7 +8,7 @@ stdenv.mkDerivation rec { sha256 = "0ff674y6d3b6ix08b9l2yzv8igns768biyp5y92vip7iz4xv2p2j"; }; - buildInputs = [ bison flex autoconf automake ]; + buildNativeInputs = [ bison flex autoconf automake ]; # We get a warning in armv5tel-linux and the fuloong2f, # so we disable -Werror in it -- cgit 1.4.1