Skip to content

Commit

Permalink
drop rsync patch again
Browse files Browse the repository at this point in the history
  • Loading branch information
Mic92 authored and mergify[bot] committed Nov 18, 2023
1 parent 0ff250c commit 5317af5
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 55 deletions.
7 changes: 1 addition & 6 deletions src/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -16,11 +16,6 @@
, mkShellNoCC
}:
let
# TODO: add this to nixpkgs
rsync' = rsync.overrideAttrs (old: {
# https://github.com/WayneD/rsync/issues/511#issuecomment-1774612577
patches = [ ./rsync-fortified-strlcpy-fix.patch ];
});
runtimeDeps = [
gitMinimal # for git flakes
# pinned because nix-copy-closure hangs if ControlPath provided for SSH: https://github.com/NixOS/nix/issues/8480
Expand All @@ -31,7 +26,7 @@ let
gawk
findutils
gnused # needed by ssh-copy-id
rsync' # used to upload extra-files
rsync # used to upload extra-files
];
in
stdenv.mkDerivation {
Expand Down
49 changes: 0 additions & 49 deletions src/rsync-fortified-strlcpy-fix.patch

This file was deleted.

0 comments on commit 5317af5

Please sign in to comment.