summaryrefslogtreecommitdiffstats
path: root/pkgs/tools/filesystems/irods
diff options
context:
space:
mode:
authorAndreas Rammhold <andreas@rammhold.de>2017-10-08 19:12:32 +0200
committerAndreas Rammhold <andreas@rammhold.de>2017-10-08 19:12:32 +0200
commita5d820beb16369313da264b8441014a297735e1d (patch)
tree66fef18aadf4efcbffcd3d7b80a36f6ff3f0d573 /pkgs/tools/filesystems/irods
parentd49df8e7957af52a897486a0f60b9fdfe958f34f (diff)
irods: remove unused attribute `propagateBuildInputs` (missing d)
Diffstat (limited to 'pkgs/tools/filesystems/irods')
-rw-r--r--pkgs/tools/filesystems/irods/common.nix2
-rw-r--r--pkgs/tools/filesystems/irods/default.nix2
2 files changed, 0 insertions, 4 deletions
diff --git a/pkgs/tools/filesystems/irods/common.nix b/pkgs/tools/filesystems/irods/common.nix
index 9c5412ddef7c..c7267aca1071 100644
--- a/pkgs/tools/filesystems/irods/common.nix
+++ b/pkgs/tools/filesystems/irods/common.nix
@@ -9,8 +9,6 @@ with stdenv;
buildInputs = [ bzip2 zlib autoconf automake cmake gnumake help2man texinfo libtool cppzmq libarchive avro-cpp jansson zeromq openssl pam libiodbc kerberos gcc boost libcxx which ];
- propagateBuildInputs = [ boost ];
-
cmakeFlags = [
"-DIRODS_EXTERNALS_FULLPATH_CLANG=${stdenv.cc}"
"-DIRODS_EXTERNALS_FULLPATH_CLANG_RUNTIME=${stdenv.cc}"
diff --git a/pkgs/tools/filesystems/irods/default.nix b/pkgs/tools/filesystems/irods/default.nix
index 0714f2901046..523028f5fb2e 100644
--- a/pkgs/tools/filesystems/irods/default.nix
+++ b/pkgs/tools/filesystems/irods/default.nix
@@ -62,8 +62,6 @@ in rec {
buildInputs = common.buildInputs ++ [ irods ];
- propagateBuildInputs = [ boost ];
-
preConfigure = common.preConfigure + ''
patchShebangs ./bin
'';