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 version = "1.2.2"; 5 name = "kanif-${version}"; 6 7 - propagateBuildInputs = [ perl taktuk ]; 8 - 9 src = fetchurl { 10 url = "http://gforge.inria.fr/frs/download.php/26773/${name}.tar.gz"; 11 sha256 = "3f0c549428dfe88457c1db293cfac2a22b203f872904c3abf372651ac12e5879";
··· 4 version = "1.2.2"; 5 name = "kanif-${version}"; 6 7 src = fetchurl { 8 url = "http://gforge.inria.fr/frs/download.php/26773/${name}.tar.gz"; 9 sha256 = "3f0c549428dfe88457c1db293cfac2a22b203f872904c3abf372651ac12e5879";
-2
pkgs/tools/filesystems/irods/common.nix
··· 9 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 12 - propagateBuildInputs = [ boost ]; 13 - 14 cmakeFlags = [ 15 "-DIRODS_EXTERNALS_FULLPATH_CLANG=${stdenv.cc}" 16 "-DIRODS_EXTERNALS_FULLPATH_CLANG_RUNTIME=${stdenv.cc}"
··· 9 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 12 cmakeFlags = [ 13 "-DIRODS_EXTERNALS_FULLPATH_CLANG=${stdenv.cc}" 14 "-DIRODS_EXTERNALS_FULLPATH_CLANG_RUNTIME=${stdenv.cc}"
-2
pkgs/tools/filesystems/irods/default.nix
··· 62 63 buildInputs = common.buildInputs ++ [ irods ]; 64 65 - propagateBuildInputs = [ boost ]; 66 - 67 preConfigure = common.preConfigure + '' 68 patchShebangs ./bin 69 '';
··· 62 63 buildInputs = common.buildInputs ++ [ irods ]; 64 65 preConfigure = common.preConfigure + '' 66 patchShebangs ./bin 67 '';