pythia: move rsync to nativeBuildInputs

This commit is contained in:
Dmitry Kalinkin
2021-05-03 18:16:33 -04:00
parent 5a57d96149
commit 2d4dcb03bb

View File

@@ -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