guix_mirror_bot pushed a commit to branch haskell-team
in repository guix.
commit b3e1fb2a4b2aab53f8da413c7983eee4de0dc9a2
Author: Saku Laesvuori <[email protected]>
AuthorDate: Sat Oct 18 16:58:27 2025 +0300
gnu: ghc-openglraw: Fix build
* gnu/packages/haskell-xyz.scm (ghc-openglraw)[inputs]: Add glu.
Change-Id: I3b6590c759aa2abd603e03aa1467a903812a1ffa
Signed-off-by: Andreas Enge <[email protected]>
---
gnu/packages/haskell-xyz.scm | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/gnu/packages/haskell-xyz.scm b/gnu/packages/haskell-xyz.scm
index b9c9054e3f..cf92af9f18 100644
--- a/gnu/packages/haskell-xyz.scm
+++ b/gnu/packages/haskell-xyz.scm
@@ -8468,7 +8468,7 @@ version 1.3).")
(base32 "07nk0rgm6jcxz6yshwhv5lj5frs6371w3hdjxwa4biws2kmbs6hj"))))
(build-system haskell-build-system)
(properties '((upstream-name . "OpenGLRaw")))
- (inputs (list ghc-fixed ghc-half))
+ (inputs (list ghc-fixed ghc-half glu))
(arguments
`(#:cabal-revision ("3"
"1wbqfgcswng27v76r7rgy1zlb4wpap2ibjf3hbcrdz39sbxlbdq1")))