summaryrefslogtreecommitdiffstats
path: root/release.nix
diff options
context:
space:
mode:
authorEelco Dolstra <eelco.dolstra@logicblox.com>2014-07-29 00:49:32 (GMT)
committerEelco Dolstra <eelco.dolstra@logicblox.com>2014-07-29 00:49:32 (GMT)
commit69b3a6223153974215187b5443b38bbd622d1640 (patch)
tree1095529a92c0bb8da0a81a33a06684fb512eee7f /release.nix
parent92fbe1a0e53ebfc38578ab16d8d0a353550806b3 (diff)
downloadpatchelf-69b3a6223153974215187b5443b38bbd622d1640.zip
patchelf-69b3a6223153974215187b5443b38bbd622d1640.tar.gz
patchelf-69b3a6223153974215187b5443b38bbd622d1640.tar.bz2
Add dependency on acl/attr packages
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 189e40c..4dc671b 100644
--- a/release.nix
+++ b/release.nix
@@ -40,6 +40,7 @@ let
name = "patchelf";
src = tarball;
doCheck = !stdenv.isDarwin && system != "i686-cygwin" && system != "i686-solaris";
+ buildInputs = lib.optionals stdenv.isLinux [ acl attr ];
});