about summary refs log tree commit diff
path: root/pkgs/top-level
diff options
context:
space:
mode:
authorArnold Krille <arnold@arnoldarts.de>2016-02-13 17:17:24 +0100
committerArnold Krille <arnold@arnoldarts.de>2016-02-13 17:52:54 +0100
commit243c336022e9f324b721630a163bfa7b01939fa9 (patch)
treef93ac4e1c56304f32cf97589d865da86101680e7 /pkgs/top-level
parente63a3a6ad4a1a3fe7d5b7a2d07fd6ef8f8563bac (diff)
downloadnixlib-243c336022e9f324b721630a163bfa7b01939fa9.tar
nixlib-243c336022e9f324b721630a163bfa7b01939fa9.tar.gz
nixlib-243c336022e9f324b721630a163bfa7b01939fa9.tar.bz2
nixlib-243c336022e9f324b721630a163bfa7b01939fa9.tar.lz
nixlib-243c336022e9f324b721630a163bfa7b01939fa9.tar.xz
nixlib-243c336022e9f324b721630a163bfa7b01939fa9.tar.zst
nixlib-243c336022e9f324b721630a163bfa7b01939fa9.zip
rsync: Add rrsync as individual app
Extract the rsync source fetching into its own expression and use that
expression to fetch the same source for rsync and rrsync.

rrsync is just copied from the support folder of rsync, no configure or build
needed. Also none of the rsync patches are needed. Only the path to rsync needs
to be patched into rrsync.
Diffstat (limited to 'pkgs/top-level')
-rw-r--r--pkgs/top-level/all-packages.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/pkgs/top-level/all-packages.nix b/pkgs/top-level/all-packages.nix
index 5e8312764dda..ebbd1edce0d7 100644
--- a/pkgs/top-level/all-packages.nix
+++ b/pkgs/top-level/all-packages.nix
@@ -13225,6 +13225,7 @@ let
     enableACLs = !(stdenv.isDarwin || stdenv.isSunOS || stdenv.isFreeBSD);
     enableCopyDevicesPatch = (config.rsync.enableCopyDevicesPatch or false);
   };
+  rrsync = callPackage ../applications/networking/sync/rsync/rrsync.nix {};
 
   rtl-sdr = callPackage ../applications/misc/rtl-sdr { };