Commit f203d50d authored by ryanfitzsimon's avatar ryanfitzsimon Committed by Renaud
Browse files

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
61bc03c0.

Resolves #71198
parent 2dca619a
Loading
Loading
Loading
Loading
+1 −2
Original line number Diff line number Diff line
@@ -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