rrsync: change per script to python script

This commit is contained in:
Further 2022-07-12 01:08:40 +08:00 committed by GitHub
parent 600e0cd3fe
commit a91cea12b1
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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