From 2d4dcb03bb4aae1d08c79a76c32ff45dd73cc414 Mon Sep 17 00:00:00 2001 From: Dmitry Kalinkin Date: Mon, 3 May 2021 18:16:33 -0400 Subject: [PATCH] pythia: move rsync to nativeBuildInputs --- pkgs/development/libraries/physics/pythia/default.nix | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/pkgs/development/libraries/physics/pythia/default.nix b/pkgs/development/libraries/physics/pythia/default.nix index 07bcca869b69..8a58cd638b9d 100644 --- a/pkgs/development/libraries/physics/pythia/default.nix +++ b/pkgs/development/libraries/physics/pythia/default.nix @@ -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