3
0
Fork 0
forked from mirrors/nixpkgs

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 5eb6e7a21e
commit 39ccd50896

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