irods: remove unused attribute propagateBuildInputs (missing d)

This commit is contained in:
Andreas Rammhold 2017-10-08 19:12:32 +02:00
parent d49df8e795
commit a5d820beb1
No known key found for this signature in database
GPG Key ID: E432E410B5E48C86
2 changed files with 0 additions and 4 deletions

View File

@ -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}"

View File

@ -62,8 +62,6 @@ in rec {
buildInputs = common.buildInputs ++ [ irods ];
propagateBuildInputs = [ boost ];
preConfigure = common.preConfigure + ''
patchShebangs ./bin
'';