summary refs log tree commit diff
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
parent600e0cd3fee7c2807bcc74148413e5e210791cdd (diff)
downloadnixpkgs-a91cea12b15e4941570928533a21e64293e9d8b6.tar
nixpkgs-a91cea12b15e4941570928533a21e64293e9d8b6.tar.gz
nixpkgs-a91cea12b15e4941570928533a21e64293e9d8b6.tar.bz2
nixpkgs-a91cea12b15e4941570928533a21e64293e9d8b6.tar.lz
nixpkgs-a91cea12b15e4941570928533a21e64293e9d8b6.tar.xz
nixpkgs-a91cea12b15e4941570928533a21e64293e9d8b6.tar.zst
nixpkgs-a91cea12b15e4941570928533a21e64293e9d8b6.zip
rrsync: change per script to python script
-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 d1e6b6ad96e..c205890f77e 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