about summary refs log tree commit diff
path: root/pkgs/development/haskell-modules/patches
diff options
context:
space:
mode:
authorTommy Bidne <tbidne@protonmail.com>2023-06-07 09:09:48 +1200
committerTommy Bidne <tbidne@protonmail.com>2023-06-07 10:24:38 +1200
commit679542641122765010da85ec7cbdb73d40297463 (patch)
tree784f1c2f21a513ce979b72ab9177645fa060543d /pkgs/development/haskell-modules/patches
parent253a839c4ebbd45d402bbc4318512a5f0d9d5251 (diff)
downloadnixlib-679542641122765010da85ec7cbdb73d40297463.tar
nixlib-679542641122765010da85ec7cbdb73d40297463.tar.gz
nixlib-679542641122765010da85ec7cbdb73d40297463.tar.bz2
nixlib-679542641122765010da85ec7cbdb73d40297463.tar.lz
nixlib-679542641122765010da85ec7cbdb73d40297463.tar.xz
nixlib-679542641122765010da85ec7cbdb73d40297463.tar.zst
nixlib-679542641122765010da85ec7cbdb73d40297463.zip
haskell.packages.ghc94.gtk2hs-buildtools: remove patch for upstream fix
Diffstat (limited to 'pkgs/development/haskell-modules/patches')
-rw-r--r--pkgs/development/haskell-modules/patches/gtk2hs-buildtools-fix-ghc-9.4.x.patch12
1 files changed, 0 insertions, 12 deletions
diff --git a/pkgs/development/haskell-modules/patches/gtk2hs-buildtools-fix-ghc-9.4.x.patch b/pkgs/development/haskell-modules/patches/gtk2hs-buildtools-fix-ghc-9.4.x.patch
deleted file mode 100644
index 948a0366ca4e..000000000000
--- a/pkgs/development/haskell-modules/patches/gtk2hs-buildtools-fix-ghc-9.4.x.patch
+++ /dev/null
@@ -1,12 +0,0 @@
-diff --git a/src/Gtk2HsSetup.hs b/src/Gtk2HsSetup.hs
-index 598048f..b652b76 100644
---- a/src/Gtk2HsSetup.hs
-+++ b/src/Gtk2HsSetup.hs
-@@ -300,6 +300,7 @@ ourC2hs :: BuildInfo -> LocalBuildInfo -> PreProcessor
- ourC2hs bi lbi = PreProcessor {
- #endif
-   platformIndependent = False,
-+  ppOrdering = (\ _ _ ms -> return ms),
-   runPreProcessor = runC2HS bi lbi
- }
-