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
2 changed files with 0 additions and 4 deletions
-2
View File
@@ -62,8 +62,6 @@ in rec {
buildInputs = common.buildInputs ++ [ irods ];
propagateBuildInputs = [ boost ];
preConfigure = common.preConfigure + ''
patchShebangs ./bin
'';