Merge pull request #30224 from andir/cleanup

Cleanup typoed `propagateBuildInputs` that are probably not needded
This commit is contained in:
Joachim F 2017-10-11 21:34:40 +00:00 committed by GitHub
commit 26c8573b1e
3 changed files with 0 additions and 6 deletions

View file

@ -4,8 +4,6 @@ stdenv.mkDerivation rec {
version = "1.2.2";
name = "kanif-${version}";
propagateBuildInputs = [ perl taktuk ];
src = fetchurl {
url = "http://gforge.inria.fr/frs/download.php/26773/${name}.tar.gz";
sha256 = "3f0c549428dfe88457c1db293cfac2a22b203f872904c3abf372651ac12e5879";

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
'';