Skip to content

Commit 5317af5

Browse files
Mic92mergify[bot]
authored andcommitted
drop rsync patch again
1 parent 0ff250c commit 5317af5

File tree

2 files changed

+1
-55
lines changed

2 files changed

+1
-55
lines changed

src/default.nix

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -16,11 +16,6 @@
1616
, mkShellNoCC
1717
}:
1818
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-
});
2419
runtimeDeps = [
2520
gitMinimal # for git flakes
2621
# pinned because nix-copy-closure hangs if ControlPath provided for SSH: https://github.com/NixOS/nix/issues/8480
@@ -31,7 +26,7 @@ let
3126
gawk
3227
findutils
3328
gnused # needed by ssh-copy-id
34-
rsync' # used to upload extra-files
29+
rsync # used to upload extra-files
3530
];
3631
in
3732
stdenv.mkDerivation {

src/rsync-fortified-strlcpy-fix.patch

Lines changed: 0 additions & 49 deletions
This file was deleted.

0 commit comments

Comments
 (0)