about summary refs log tree commit diff
path: root/pkgs
diff options
context:
space:
mode:
authorJoe Hermaszewski <git@monoid.al>2021-05-23 12:45:45 +0800
committersterni <sternenseemann@systemli.org>2021-06-03 01:22:16 +0200
commitc5b75e96d9b9582ce0e2483911110ca9527ff5e7 (patch)
treef5eb8cf41497e43b78da32aa78d0d234833556c0 /pkgs
parent5ccfe3400ea34aa87f5ca368aac9d16d4a68d4ab (diff)
downloadnixlib-c5b75e96d9b9582ce0e2483911110ca9527ff5e7.tar
nixlib-c5b75e96d9b9582ce0e2483911110ca9527ff5e7.tar.gz
nixlib-c5b75e96d9b9582ce0e2483911110ca9527ff5e7.tar.bz2
nixlib-c5b75e96d9b9582ce0e2483911110ca9527ff5e7.tar.lz
nixlib-c5b75e96d9b9582ce0e2483911110ca9527ff5e7.tar.xz
nixlib-c5b75e96d9b9582ce0e2483911110ca9527ff5e7.tar.zst
nixlib-c5b75e96d9b9582ce0e2483911110ca9527ff5e7.zip
haskellPackages.hnix: Remove patches now present on Hackage
Diffstat (limited to 'pkgs')
-rw-r--r--pkgs/development/haskell-modules/configuration-common.nix7
1 files changed, 0 insertions, 7 deletions
diff --git a/pkgs/development/haskell-modules/configuration-common.nix b/pkgs/development/haskell-modules/configuration-common.nix
index d8d6d0aec726..4a85a2205f24 100644
--- a/pkgs/development/haskell-modules/configuration-common.nix
+++ b/pkgs/development/haskell-modules/configuration-common.nix
@@ -203,13 +203,6 @@ self: super: {
           sha256 = "0pqmijfkysjixg3gb4kmrqdif7s2saz8qi6k337jf15i0npzln8d";
           revert = true;
         })
-        # fix broken location annotations (necessary for update-nix-fetchgit).
-        # Can be removed on the next hnix release after
-        # https://github.com/haskell-nix/hnix/pull/936 is merged.
-        (pkgs.fetchpatch {
-          url = "https://github.com/expipiplus1/hnix/commit/7cd998426ab7d930d288a1d6e266dc4e85cece3d.patch";
-          sha256 = "19ay6vxa90ykgdd0fis2djvki2kpgfsq7z55iyqg965m583vsfr6";
-        })
       ] ++ (drv.patches or []);
       # make sure patches are not broken by cabal file revisions
       revision = null;