Changing every reference from mips64-linux to mips64el-linux. That's

what the new nix thinks the fuloong is.

Anyone having the old nix should use a nixpkgs previous to this change to build
the new nix. And then, with the new nix, he can use any newer nixpkgs revision.

svn path=/nixpkgs/trunk/; revision=31751
This commit is contained in:
Lluís Batlle i Rossell
2012-01-21 00:34:51 +00:00
parent e6c1aa2005
commit 4a1c721c01
15 changed files with 20 additions and 20 deletions
+1 -1
View File
@@ -11,7 +11,7 @@ stdenv.mkDerivation rec {
buildNativeInputs = [ flex ];
buildInputs = [ cracklib ]
++ stdenv.lib.optional
(stdenv.system != "armv5tel-linux" && stdenv.system != "mips64-linux")
(stdenv.system != "armv5tel-linux" && stdenv.system != "mips64el-linux")
libxcrypt;
crossAttrs = {