about summary refs log tree commit diff
path: root/pkgs/applications/networking/sync
diff options
context:
space:
mode:
authorFurther <55025025+ifurther@users.noreply.github.com>2022-07-12 01:08:40 +0800
committerGitHub <noreply@github.com>2022-07-12 01:08:40 +0800
commita91cea12b15e4941570928533a21e64293e9d8b6 (patch)
tree8a4e8601a9ecb35cc948660accbd54e6f245c655 /pkgs/applications/networking/sync
parent600e0cd3fee7c2807bcc74148413e5e210791cdd (diff)
rrsync: change per script to python script
Diffstat (limited to 'pkgs/applications/networking/sync')
-rw-r--r--pkgs/applications/networking/sync/rsync/rrsync.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/applications/networking/sync/rsync/rrsync.nix b/pkgs/applications/networking/sync/rsync/rrsync.nix
index d1e6b6ad96eb5..c205890f77ecb 100644
--- a/pkgs/applications/networking/sync/rsync/rrsync.nix
+++ b/pkgs/applications/networking/sync/rsync/rrsync.nix
@@ -1,10 +1,10 @@
-{ lib, stdenv, fetchurl, perl, rsync, fetchpatch }:
+{ lib, stdenv, fetchurl, python, rsync, fetchpatch }:
 
 stdenv.mkDerivation {
   pname = "rrsync";
   inherit (rsync) version srcs;
 
-  buildInputs = [ rsync perl ];
+  buildInputs = [ rsync python ];
 
   # Skip configure and build phases.
   # We just want something from the support directory