rsync: move defaults to package file
This commit is contained in:
parent
6cb5666bdb
commit
5da88a18c9
@ -1,5 +1,5 @@
|
|||||||
{ stdenv, fetchurl, perl, libiconv, zlib, popt
|
{ stdenv, fetchurl, perl, libiconv, zlib, popt
|
||||||
, enableACLs ? true, acl ? null
|
, enableACLs ? !(stdenv.isDarwin || stdenv.isSunOS || stdenv.isFreeBSD), acl ? null
|
||||||
, enableCopyDevicesPatch ? false
|
, enableCopyDevicesPatch ? false
|
||||||
}:
|
}:
|
||||||
|
|
||||||
|
@ -19117,10 +19117,7 @@ in
|
|||||||
llvmPackages = llvmPackages_7;
|
llvmPackages = llvmPackages_7;
|
||||||
};
|
};
|
||||||
|
|
||||||
rsync = callPackage ../applications/networking/sync/rsync {
|
rsync = callPackage ../applications/networking/sync/rsync (config.rsync or {});
|
||||||
enableACLs = !(stdenv.isDarwin || stdenv.isSunOS || stdenv.isFreeBSD);
|
|
||||||
enableCopyDevicesPatch = (config.rsync.enableCopyDevicesPatch or false);
|
|
||||||
};
|
|
||||||
rrsync = callPackage ../applications/networking/sync/rsync/rrsync.nix {};
|
rrsync = callPackage ../applications/networking/sync/rsync/rrsync.nix {};
|
||||||
|
|
||||||
rtl_433 = callPackage ../applications/misc/rtl_433 { };
|
rtl_433 = callPackage ../applications/misc/rtl_433 { };
|
||||||
|
Loading…
x
Reference in New Issue
Block a user