Skip to content

Commit

Permalink
stdenv: Put back isArm, with deprecation notice.
Browse files Browse the repository at this point in the history
This was always meant to be depreated rather than removed.
  • Loading branch information
Ericson2314 committed May 7, 2018
1 parent b9acfb4 commit 984bd9b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pkgs/stdenv/generic/default.nix
Expand Up @@ -118,6 +118,7 @@ let
inherit (hostPlatform)
isDarwin isLinux isSunOS isHurd isCygwin isFreeBSD isOpenBSD
isi686 isx86_64 is64bit isAarch32 isAarch64 isMips isBigEndian;
isArm = builtins.trace "stdenv.isArm is deprecated after 18.03" hostPlatform.isArm;

# Whether we should run paxctl to pax-mark binaries.
needsPax = isLinux;
Expand Down

0 comments on commit 984bd9b

Please sign in to comment.