We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0ff250c commit 5317af5Copy full SHA for 5317af5
src/default.nix
@@ -16,11 +16,6 @@
16
, mkShellNoCC
17
}:
18
let
19
- # TODO: add this to nixpkgs
20
- rsync' = rsync.overrideAttrs (old: {
21
- # https://github.com/WayneD/rsync/issues/511#issuecomment-1774612577
22
- patches = [ ./rsync-fortified-strlcpy-fix.patch ];
23
- });
24
runtimeDeps = [
25
gitMinimal # for git flakes
26
# pinned because nix-copy-closure hangs if ControlPath provided for SSH: https://github.com/NixOS/nix/issues/8480
@@ -31,7 +26,7 @@ let
31
gawk
32
27
findutils
33
28
gnused # needed by ssh-copy-id
34
- rsync' # used to upload extra-files
29
+ rsync # used to upload extra-files
35
30
];
36
in
37
stdenv.mkDerivation {
src/rsync-fortified-strlcpy-fix.patch
0 commit comments