mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-02 15:41:48 +00:00
Merge pull request #30224 from andir/cleanup
Cleanup typoed `propagateBuildInputs` that are probably not needded
This commit is contained in:
commit
26c8573b1e
@ -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";
|
||||
|
@ -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}"
|
||||
|
@ -62,8 +62,6 @@ in rec {
|
||||
|
||||
buildInputs = common.buildInputs ++ [ irods ];
|
||||
|
||||
propagateBuildInputs = [ boost ];
|
||||
|
||||
preConfigure = common.preConfigure + ''
|
||||
patchShebangs ./bin
|
||||
'';
|
||||
|
Loading…
Reference in New Issue
Block a user