Skip to content

Commit

Permalink
Merge pull request #40185 from obsidiansystems/stdenv-arm-alias
Browse files Browse the repository at this point in the history
stdenv: Put back isArm, with deprecation notice.

Back-port of #40154
  • Loading branch information
Ericson2314 committed May 8, 2018
2 parents 0c4cadf + 302c4c5 commit 9746c1a
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 9746c1a

Please sign in to comment.