summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEelco Dolstra <edolstra@gmail.com>2017-03-08 14:09:10 (GMT)
committerEelco Dolstra <edolstra@gmail.com>2017-03-08 14:09:10 (GMT)
commit382246efb1223b71d8f8d4105c7c71366a974ce7 (patch)
tree89946a71a34c80a89845ea479a730ab745f14130
parent9ef2e57c455e922e9df82d618584c3c9226cdaf8 (diff)
downloadpatchelf-382246efb1223b71d8f8d4105c7c71366a974ce7.zip
patchelf-382246efb1223b71d8f8d4105c7c71366a974ce7.tar.gz
patchelf-382246efb1223b71d8f8d4105c7c71366a974ce7.tar.bz2
ARM hack
-rw-r--r--release.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/release.nix b/release.nix
index f7bbd65..8aa787b 100644
--- a/release.nix
+++ b/release.nix
@@ -41,7 +41,7 @@ let
src = tarball;
doCheck = !stdenv.isDarwin && system != "i686-cygwin" && system != "i686-solaris";
buildInputs = lib.optionals stdenv.isLinux [ acl attr ];
- isReproducible = true;
+ isReproducible = system != "aarch64-linux"; # ARM machines are still on Nix 1.11
});