summary refs log tree commit diff
path: root/pkgs/applications/networking/sync
diff options
context:
space:
mode:
authorryanfitzsimon <ryanfitzsimon@outlook.com>2019-10-19 19:33:28 +1000
committerRenaud <c0bw3b@users.noreply.github.com>2019-10-19 11:33:28 +0200
commitf203d50d09052792866f926e7c2d3b3bf76d3388 (patch)
tree8218242cce7e6929300865e5eda0aeccc305a29a /pkgs/applications/networking/sync
parent2dca619a073cd7e5e35454979d37b93131ded499 (diff)
downloadnixpkgs-f203d50d09052792866f926e7c2d3b3bf76d3388.tar
nixpkgs-f203d50d09052792866f926e7c2d3b3bf76d3388.tar.gz
nixpkgs-f203d50d09052792866f926e7c2d3b3bf76d3388.tar.bz2
nixpkgs-f203d50d09052792866f926e7c2d3b3bf76d3388.tar.lz
nixpkgs-f203d50d09052792866f926e7c2d3b3bf76d3388.tar.xz
nixpkgs-f203d50d09052792866f926e7c2d3b3bf76d3388.tar.zst
nixpkgs-f203d50d09052792866f926e7c2d3b3bf76d3388.zip
rrsync: Make perl a run-time dependency (#71344)
perl is a run-time dependency, so it should be in buildInputs rather
than nativeBuildInputs.

This has been preventing patchShebangsAuto() in fixupOutputHooks from
patching the /usr/bin/perl interpreter shebang in $out/bin/rrsync since
61bc03c017f18e2fe54d209ae8ba8a42033b9564.

Resolves #71198
Diffstat (limited to 'pkgs/applications/networking/sync')
-rw-r--r--pkgs/applications/networking/sync/rsync/rrsync.nix3
1 files changed, 1 insertions, 2 deletions
diff --git a/pkgs/applications/networking/sync/rsync/rrsync.nix b/pkgs/applications/networking/sync/rsync/rrsync.nix
index 19e2eaa5fa2..19be478b0f1 100644
--- a/pkgs/applications/networking/sync/rsync/rrsync.nix
+++ b/pkgs/applications/networking/sync/rsync/rrsync.nix
@@ -8,8 +8,7 @@ stdenv.mkDerivation {
 
   src = base.src;
 
-  buildInputs = [ rsync ];
-  nativeBuildInputs = [perl];
+  buildInputs = [ rsync perl ];
 
   # Skip configure and build phases.
   # We just want something from the support directory