Fixing the doublePatchelf in initrd; it should be for all ARM.

This commit is contained in:
Lluís Batlle i Rossell 2013-01-27 20:42:45 +00:00
parent d1a9ccbaf4
commit 9e63011176

View File

@ -149,7 +149,7 @@ let
extraUtils = pkgs.runCommand "extra-utils"
{ buildInputs = [pkgs.nukeReferences];
allowedReferences = [ "out" ]; # prevent accidents like glibc being included in the initrd
doublePatchelf = (pkgs.stdenv.system == "armv5tel-linux");
doublePatchelf = pkgs.stdenv.isArm;
}
''
mkdir -p $out/bin $out/lib