about summary refs log tree commit diff
path: root/pkgs/development/haskell-modules
diff options
context:
space:
mode:
authorRodney Lorrimar <dev@rodney.id.au>2024-01-20 15:18:48 +0800
committersternenseemann <sternenseemann@systemli.org>2024-01-20 16:31:54 +0100
commit5f48a7d0f1591554f601667b3cdc3681cc78cfec (patch)
tree48c17e148bcfd8ba52ddf9661c47296ac8a31cbd /pkgs/development/haskell-modules
parentfc9b80e7a36a991dd25490a5a8ea795439a190c6 (diff)
downloadnixlib-5f48a7d0f1591554f601667b3cdc3681cc78cfec.tar
nixlib-5f48a7d0f1591554f601667b3cdc3681cc78cfec.tar.gz
nixlib-5f48a7d0f1591554f601667b3cdc3681cc78cfec.tar.bz2
nixlib-5f48a7d0f1591554f601667b3cdc3681cc78cfec.tar.lz
nixlib-5f48a7d0f1591554f601667b3cdc3681cc78cfec.tar.xz
nixlib-5f48a7d0f1591554f601667b3cdc3681cc78cfec.tar.zst
nixlib-5f48a7d0f1591554f601667b3cdc3681cc78cfec.zip
haskellPackages.arbtt: Drop already-applied patch
Diffstat (limited to 'pkgs/development/haskell-modules')
-rw-r--r--pkgs/development/haskell-modules/configuration-ghc-9.6.x.nix9
1 files changed, 0 insertions, 9 deletions
diff --git a/pkgs/development/haskell-modules/configuration-ghc-9.6.x.nix b/pkgs/development/haskell-modules/configuration-ghc-9.6.x.nix
index 257ca037c5ae..939906393eac 100644
--- a/pkgs/development/haskell-modules/configuration-ghc-9.6.x.nix
+++ b/pkgs/development/haskell-modules/configuration-ghc-9.6.x.nix
@@ -112,15 +112,6 @@ self: super: {
     })
     (doJailbreak super.xmonad-contrib);
 
-  # Patch 0.12.0.1 for support of unix-2.8.0.0
-  arbtt = appendPatch
-    (pkgs.fetchpatch {
-      name = "arbtt-unix-2.8.0.0.patch";
-      url = "https://github.com/nomeata/arbtt/pull/168/commits/ddaac94395ac50e3d3cd34c133dda4a8e5a3fd6c.patch";
-      sha256 = "sha256-5Gmz23f4M+NfgduA5O+9RaPmnneAB/lAlge8MrFpJYs=";
-    })
-    super.arbtt;
-
   # Jailbreaks for servant <0.20
   servant-lucid = doJailbreak super.servant-lucid;