haskellPackages.update-nix-fetchgit: Document when to remove our patch

This commit is contained in:
Ellie Hermaszewska 2022-03-21 00:07:01 +08:00
parent 702fa7b52e
commit b34575a0b5
No known key found for this signature in database
GPG Key ID: C8116E3A0C1CA76A

View File

@ -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: {