about summary refs log tree commit diff
path: root/pkgs/development/haskell-modules
diff options
context:
space:
mode:
authorDeniz Alp Durmaz <denalp@proton.me>2024-01-19 09:28:08 +0200
committersternenseemann <sternenseemann@systemli.org>2024-01-20 16:33:34 +0100
commitc7c93d47ac77bd3c911467aba632ba2d77a9570d (patch)
treedba344d7df3d3ee90475a489f3837246366b922e /pkgs/development/haskell-modules
parent5f48a7d0f1591554f601667b3cdc3681cc78cfec (diff)
downloadnixlib-c7c93d47ac77bd3c911467aba632ba2d77a9570d.tar
nixlib-c7c93d47ac77bd3c911467aba632ba2d77a9570d.tar.gz
nixlib-c7c93d47ac77bd3c911467aba632ba2d77a9570d.tar.bz2
nixlib-c7c93d47ac77bd3c911467aba632ba2d77a9570d.tar.lz
nixlib-c7c93d47ac77bd3c911467aba632ba2d77a9570d.tar.xz
nixlib-c7c93d47ac77bd3c911467aba632ba2d77a9570d.tar.zst
nixlib-c7c93d47ac77bd3c911467aba632ba2d77a9570d.zip
haskellPackages.espial: Remove no longer needed patch
Diffstat (limited to 'pkgs/development/haskell-modules')
-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 28908d5c32b8..2cdc28b710d7 100644
--- a/pkgs/development/haskell-modules/configuration-common.nix
+++ b/pkgs/development/haskell-modules/configuration-common.nix
@@ -317,13 +317,6 @@ self: super: {
     })
   ]) super.memory;
 
-  # Waiting for the commit being fetched as a patch to get a release.
-  espial = appendPatch (fetchpatch {
-    url = "https://github.com/jonschoning/espial/commit/70375db7e245207b3572779288eade3252c4d9e3.patch";
-    sha256 = "sha256-fto8fdFbZkzn7dwCCsGw+j+5HSvEvyvU5VzYDn4F2G8=";
-    excludes = ["*.yaml" "*.lock" "*.json"];
-  }) super.espial;
-
   # 2023-06-10: Too strict version bound on https://github.com/haskell/ThreadScope/issues/118
   threadscope = doJailbreak super.threadscope;