irods: remove unused attribute propagateBuildInputs
(missing d)
This commit is contained in:
parent
d49df8e795
commit
a5d820beb1
@ -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 ];
|
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 = [
|
cmakeFlags = [
|
||||||
"-DIRODS_EXTERNALS_FULLPATH_CLANG=${stdenv.cc}"
|
"-DIRODS_EXTERNALS_FULLPATH_CLANG=${stdenv.cc}"
|
||||||
"-DIRODS_EXTERNALS_FULLPATH_CLANG_RUNTIME=${stdenv.cc}"
|
"-DIRODS_EXTERNALS_FULLPATH_CLANG_RUNTIME=${stdenv.cc}"
|
||||||
|
@ -62,8 +62,6 @@ in rec {
|
|||||||
|
|
||||||
buildInputs = common.buildInputs ++ [ irods ];
|
buildInputs = common.buildInputs ++ [ irods ];
|
||||||
|
|
||||||
propagateBuildInputs = [ boost ];
|
|
||||||
|
|
||||||
preConfigure = common.preConfigure + ''
|
preConfigure = common.preConfigure + ''
|
||||||
patchShebangs ./bin
|
patchShebangs ./bin
|
||||||
'';
|
'';
|
||||||
|
Loading…
x
Reference in New Issue
Block a user