forked from mirrors/nixpkgs
pythia: move rsync to nativeBuildInputs
This commit is contained in:
parent
5a57d96149
commit
2d4dcb03bb
|
@ -9,7 +9,8 @@ stdenv.mkDerivation rec {
|
|||
sha256 = "03rpy2bmx67217fh1spfn36x9xrk0igcj56byki77lgj0y5mz21a";
|
||||
};
|
||||
|
||||
buildInputs = [ boost fastjet hepmc zlib rsync lhapdf ];
|
||||
nativeBuildInputs = [ rsync ];
|
||||
buildInputs = [ boost fastjet hepmc zlib lhapdf ];
|
||||
|
||||
preConfigure = ''
|
||||
patchShebangs ./configure
|
||||
|
|
Loading…
Reference in a new issue