summaryrefslogtreecommitdiffstats
path: root/release.nix
diff options
context:
space:
mode:
authorEelco Dolstra <edolstra@gmail.com>2016-12-08 14:10:44 (GMT)
committerEelco Dolstra <edolstra@gmail.com>2016-12-08 14:10:44 (GMT)
commit49ce42d53cf71bbc86cba4b4a88ae9c4f3ea8979 (patch)
tree4ca5028ec607c230b08e2be862f382dcf0a99e81 /release.nix
parent327d80443672c397970738f9e216a7e86cbf3ad7 (diff)
downloadpatchelf-49ce42d53cf71bbc86cba4b4a88ae9c4f3ea8979.zip
patchelf-49ce42d53cf71bbc86cba4b4a88ae9c4f3ea8979.tar.gz
patchelf-49ce42d53cf71bbc86cba4b4a88ae9c4f3ea8979.tar.bz2
Mark the build job as reproducible
Diffstat (limited to 'release.nix')
-rw-r--r--release.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/release.nix b/release.nix
index 519ed24..1b6c67c 100644
--- a/release.nix
+++ b/release.nix
@@ -41,6 +41,7 @@ let
src = tarball;
doCheck = !stdenv.isDarwin && system != "i686-cygwin" && system != "i686-solaris";
buildInputs = lib.optionals stdenv.isLinux [ acl attr ];
+ isReproducible = true;
});