From b34575a0b56dfa147e754d7de8fa56ac2554313f Mon Sep 17 00:00:00 2001 From: Ellie Hermaszewska Date: Mon, 21 Mar 2022 00:07:01 +0800 Subject: [PATCH] haskellPackages.update-nix-fetchgit: Document when to remove our patch --- pkgs/development/haskell-modules/configuration-common.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/pkgs/development/haskell-modules/configuration-common.nix b/pkgs/development/haskell-modules/configuration-common.nix index 798d1720eb85..8f32f014d4e1 100644 --- a/pkgs/development/haskell-modules/configuration-common.nix +++ b/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: {