summary refs log tree commit diff
path: root/pkgs/development/haskell-modules/configuration-common.nix
diff options
context:
space:
mode:
authorJoe Hermaszewski <git@monoid.al>2021-05-23 12:45:27 +0800
committersterni <sternenseemann@systemli.org>2021-06-03 01:22:16 +0200
commit5ccfe3400ea34aa87f5ca368aac9d16d4a68d4ab (patch)
treee5705c8aa10491f23fae65c54efd357660adba29 /pkgs/development/haskell-modules/configuration-common.nix
parentf0db03628345a9c3dc3ec9a4fe7ea2a0552b4600 (diff)
downloadnixpkgs-5ccfe3400ea34aa87f5ca368aac9d16d4a68d4ab.tar
nixpkgs-5ccfe3400ea34aa87f5ca368aac9d16d4a68d4ab.tar.gz
nixpkgs-5ccfe3400ea34aa87f5ca368aac9d16d4a68d4ab.tar.bz2
nixpkgs-5ccfe3400ea34aa87f5ca368aac9d16d4a68d4ab.tar.lz
nixpkgs-5ccfe3400ea34aa87f5ca368aac9d16d4a68d4ab.tar.xz
nixpkgs-5ccfe3400ea34aa87f5ca368aac9d16d4a68d4ab.tar.zst
nixpkgs-5ccfe3400ea34aa87f5ca368aac9d16d4a68d4ab.zip
haskellPackages.update-nix-fetchgit: Remove patches now present on Hackage
Diffstat (limited to 'pkgs/development/haskell-modules/configuration-common.nix')
-rw-r--r--pkgs/development/haskell-modules/configuration-common.nix16
1 files changed, 0 insertions, 16 deletions
diff --git a/pkgs/development/haskell-modules/configuration-common.nix b/pkgs/development/haskell-modules/configuration-common.nix
index 15bfc1b24a0..d8d6d0aec72 100644
--- a/pkgs/development/haskell-modules/configuration-common.nix
+++ b/pkgs/development/haskell-modules/configuration-common.nix
@@ -1398,22 +1398,6 @@ self: super: {
           pkgs.lib.makeBinPath deps
         }"
       '';
-
-      # These can both be removed upon the release of update-nix-fetchgit-0.2.7
-      patches = [
-        # 2021-05-17 compile with hnix >= 0.13
-        # https://github.com/expipiplus1/update-nix-fetchgit/pull/64
-        (pkgs.fetchpatch {
-          url = "https://github.com/expipiplus1/update-nix-fetchgit/commit/bc28c8b26c38093aa950574802012c0cd8447ce8.patch";
-          sha256 = "1dwd1jdsrx3ss6ql1bk2ch7ln74mkq6jy9ms8vi8kmf3gbg8l9fg";
-        })
-        # Fix test failure
-        # https://github.com/expipiplus1/update-nix-fetchgit/pull/60
-        (pkgs.fetchpatch {
-          url = "https://github.com/expipiplus1/update-nix-fetchgit/commit/4a43e1ea4e7e1c18de81e3f9fe0b86faa70865f5.patch";
-          sha256 = "1z74c1blgwr4q37m1rhlj7534qbnp3nnxf63m8j2b7iz0ljgm0m9";
-        })
-      ] ++ (drv.patches or []);
     }));
 
   # Our quickcheck-instances is too old for the newer binary-instances, but