Merge pull request #30224 from andir/cleanup

Cleanup typoed `propagateBuildInputs` that are probably not needded

authored by Joachim F and committed by GitHub 26c8573b c4053024

-6
-2
pkgs/applications/networking/cluster/kanif/default.nix
··· 4 4 version = "1.2.2"; 5 5 name = "kanif-${version}"; 6 6 7 - propagateBuildInputs = [ perl taktuk ]; 8 - 9 7 src = fetchurl { 10 8 url = "http://gforge.inria.fr/frs/download.php/26773/${name}.tar.gz"; 11 9 sha256 = "3f0c549428dfe88457c1db293cfac2a22b203f872904c3abf372651ac12e5879";
-2
pkgs/tools/filesystems/irods/common.nix
··· 9 9 10 10 buildInputs = [ bzip2 zlib autoconf automake cmake gnumake help2man texinfo libtool cppzmq libarchive avro-cpp jansson zeromq openssl pam libiodbc kerberos gcc boost libcxx which ]; 11 11 12 - propagateBuildInputs = [ boost ]; 13 - 14 12 cmakeFlags = [ 15 13 "-DIRODS_EXTERNALS_FULLPATH_CLANG=${stdenv.cc}" 16 14 "-DIRODS_EXTERNALS_FULLPATH_CLANG_RUNTIME=${stdenv.cc}"
-2
pkgs/tools/filesystems/irods/default.nix
··· 62 62 63 63 buildInputs = common.buildInputs ++ [ irods ]; 64 64 65 - propagateBuildInputs = [ boost ]; 66 - 67 65 preConfigure = common.preConfigure + '' 68 66 patchShebangs ./bin 69 67 '';