rrsync: clean unused part

This commit is contained in:
Further
2022-07-12 18:17:39 +08:00
committed by GitHub
parent 9d7d8c11eb
commit c19c7d96c5

View File

@@ -1,4 +1,4 @@
{ lib, stdenv, fetchurl, python3, rsync, fetchpatch }:
{ stdenv, python3, rsync }:
stdenv.mkDerivation {
pname = "rrsync";