haskellPackages.update-nix-fetchgit: Document when to remove our patch
This commit is contained in:
parent
702fa7b52e
commit
b34575a0b5
@ -1543,6 +1543,7 @@ self: super: {
|
||||
# - Deps are required during the build for testing and also during execution,
|
||||
# so add them to build input and also wrap the resulting binary so they're in
|
||||
# PATH.
|
||||
# - Patch can be removed on next package set bump
|
||||
update-nix-fetchgit = let deps = [ pkgs.git pkgs.nix pkgs.nix-prefetch-git ];
|
||||
in generateOptparseApplicativeCompletion "update-nix-fetchgit" (overrideCabal
|
||||
(drv: {
|
||||
|
Loading…
Reference in New Issue
Block a user