aboutsummaryrefslogtreecommitdiff
path: root/gnu/packages/haskell.scm
diff options
context:
space:
mode:
authorJosselin Poiret <dev@jpoiret.xyz>2024-01-15 23:03:37 +0100
committerLudovic Courtès <ludo@gnu.org>2024-08-31 10:44:26 +0200
commit4840707013ead04c661d5cd3fe78b871254af895 (patch)
tree45d93402a3855088e6841beb9a448c9dfd8bed82 /gnu/packages/haskell.scm
parenta0c17878166db205def211cdaa6e79712057f883 (diff)
downloadguix-4840707013ead04c661d5cd3fe78b871254af895.tar
guix-4840707013ead04c661d5cd3fe78b871254af895.tar.gz
gnu: ghc-9.2: Remove unneeded glibc 2.33 patch.
* gnu/packages/patches/ghc-9.2-glibc-2.33-link-order.patch: Remove. * gnu/local.mk (dist_patch_DATA): Unregister. * gnu/packages/haskell.scm (ghc-9.2): Remove patch use. Change-Id: I7d305dadb627f6af55e4a5faabfc835e4a78a05b
Diffstat (limited to 'gnu/packages/haskell.scm')
-rw-r--r--gnu/packages/haskell.scm3
1 files changed, 1 insertions, 2 deletions
diff --git a/gnu/packages/haskell.scm b/gnu/packages/haskell.scm
index 57696aeead..3f807dae36 100644
--- a/gnu/packages/haskell.scm
+++ b/gnu/packages/haskell.scm
@@ -1444,8 +1444,7 @@ interactive environment for the functional language Haskell.")
(sha256
(base32
"18b7ln4gx2vy62jpv3z5slv3zfxmxnmkgajznks15zglddwd24sz"))
- (patches (search-patches "ghc-9.2-glibc-2.33-link-order.patch"
- "ghc-9.2-cabal-support-package-path.patch"))))
+ (patches (search-patches "ghc-9.2-cabal-support-package-path.patch"))))
(arguments
(substitute-keyword-arguments (package-arguments base)
((#:phases phases '%standard-phases)