mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-07-13 21:50:33 +03:00
haskellPackages.update-nix-fetchgit: Document when to remove our patch
This commit is contained in:
parent
702fa7b52e
commit
b34575a0b5
1 changed files with 1 additions and 0 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue