guix_mirror_bot pushed a commit to branch master
in repository guix.

commit 76837b8eba6a813bce5e24cbdf7c12d2e139d9df
Author: Saku Laesvuori <[email protected]>
AuthorDate: Wed Aug 5 15:56:48 2026 +0300

    gnu: ghc-opengl: Fix build.
    
    * gnu/packages/haskell-xyz.scm (ghc-opengl)[inputs]: Add glu.
---
 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 ddc4f77e8e..92f10493ef 100644
--- a/gnu/packages/haskell-xyz.scm
+++ b/gnu/packages/haskell-xyz.scm
@@ -8210,7 +8210,7 @@ traditionally so named type-wrapper for attaching 
typeclass instances.")
         (base32 "069fg8jcxqq2z9iikynd8vi3jxm2b5y3qywdh4bdviyzab3zy1as"))))
     (build-system haskell-build-system)
     (properties '((upstream-name . "OpenGL")))
-    (inputs (list ghc-objectname ghc-statevar ghc-openglraw ghc-gluraw))
+    (inputs (list ghc-objectname ghc-statevar ghc-openglraw ghc-gluraw glu))
     (arguments
      `(#:cabal-revision ("4"
                          
"121998ckmpama7cfl63m5nvin46cqzip3ypzmy7v4y96ks6s1n5w")))

Reply via email to