# HG changeset patch # User Marcin Kuzminski # Date 2018-10-09 07:47:55 # Node ID 1808491510bde3663256dc7ce9d9d794569e5d62 # Parent f5c2a60048eaccb449ca0968d19f4f7195090a4f patches: organize into a single directory. diff --git a/pkgs/overlays.nix b/pkgs/overlays.nix --- a/pkgs/overlays.nix +++ b/pkgs/overlays.nix @@ -8,10 +8,10 @@ self: super: { }; patches = [ - ./git_patches/docbook2texi.patch - ./git_patches/symlinks-in-bin.patch - ./git_patches/git-sh-i18n.patch - ./git_patches/ssh-path.patch + ./patches/git/docbook2texi.patch + ./patches/git/symlinks-in-bin.patch + ./patches/git/git-sh-i18n.patch + ./patches/git/ssh-path.patch ]; }); diff --git a/pkgs/git_patches/docbook2texi.patch b/pkgs/patches/git/docbook2texi.patch rename from pkgs/git_patches/docbook2texi.patch rename to pkgs/patches/git/docbook2texi.patch diff --git a/pkgs/git_patches/git-sh-i18n.patch b/pkgs/patches/git/git-sh-i18n.patch rename from pkgs/git_patches/git-sh-i18n.patch rename to pkgs/patches/git/git-sh-i18n.patch diff --git a/pkgs/git_patches/ssh-path.patch b/pkgs/patches/git/ssh-path.patch rename from pkgs/git_patches/ssh-path.patch rename to pkgs/patches/git/ssh-path.patch diff --git a/pkgs/git_patches/symlinks-in-bin.patch b/pkgs/patches/git/symlinks-in-bin.patch rename from pkgs/git_patches/symlinks-in-bin.patch rename to pkgs/patches/git/symlinks-in-bin.patch