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

main
Ellie Hermaszewska 2 years ago
parent 702fa7b52e
commit b34575a0b5
No known key found for this signature in database
GPG Key ID: C8116E3A0C1CA76A
  1. 1
      pkgs/development/haskell-modules/configuration-common.nix

@ -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…
Cancel
Save