about summary refs log tree commit diff
path: root/pkgs/development/haskell-modules/configuration-ghc-9.6.x.nix
diff options
context:
space:
mode:
authorRodney Lorrimar <dev@rodney.id.au>2023-07-26 13:42:44 +0800
committersternenseemann <sternenseemann@systemli.org>2023-07-26 15:15:21 +0200
commit9954c0da184ebcea71f3b8cfc103e572391715b6 (patch)
treeb9913fe3da4a7c21d7c66050379553f43fa1aaf7 /pkgs/development/haskell-modules/configuration-ghc-9.6.x.nix
parent83a24f92e8cf4a8001e105c5472414c0e56a217c (diff)
downloadnixlib-9954c0da184ebcea71f3b8cfc103e572391715b6.tar
nixlib-9954c0da184ebcea71f3b8cfc103e572391715b6.tar.gz
nixlib-9954c0da184ebcea71f3b8cfc103e572391715b6.tar.bz2
nixlib-9954c0da184ebcea71f3b8cfc103e572391715b6.tar.lz
nixlib-9954c0da184ebcea71f3b8cfc103e572391715b6.tar.xz
nixlib-9954c0da184ebcea71f3b8cfc103e572391715b6.tar.zst
nixlib-9954c0da184ebcea71f3b8cfc103e572391715b6.zip
haskell.packages.ghc96.arbtt: patch for unix-2.8.0.0
Diffstat (limited to 'pkgs/development/haskell-modules/configuration-ghc-9.6.x.nix')
-rw-r--r--pkgs/development/haskell-modules/configuration-ghc-9.6.x.nix9
1 files changed, 9 insertions, 0 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 70fd5522dded..c5670fbdbc99 100644
--- a/pkgs/development/haskell-modules/configuration-ghc-9.6.x.nix
+++ b/pkgs/development/haskell-modules/configuration-ghc-9.6.x.nix
@@ -153,6 +153,15 @@ 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;
+
   # 2023-04-03: plugins disabled for hls 1.10.0.0 based on
   #
   haskell-language-server =