forked from mirrors/nixpkgs
Fixing the doublePatchelf in initrd; it should be for all ARM.
This commit is contained in:
parent
5eb6e7a21e
commit
39ccd50896
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue