mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-01-31 01:04:25 +00:00
rrsync: change per script to python script
This commit is contained in:
parent
600e0cd3fe
commit
a91cea12b1
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user