summaryrefslogtreecommitdiff
path: root/guix.scm
diff options
context:
space:
mode:
Diffstat (limited to 'guix.scm')
-rw-r--r--guix.scm18
1 files changed, 1 insertions, 17 deletions
diff --git a/guix.scm b/guix.scm
index 2d22678..153e0be 100644
--- a/guix.scm
+++ b/guix.scm
@@ -59,22 +59,6 @@
(define target-guile guile-3.0-latest)
-(define guile-opengl*
- (let ((commit "bd1ac49b43430d85a75130ea962210e687599a89"))
- (package
- (inherit guile-opengl)
- (version (string-append "0.2.0-1." (string-take commit 7)))
- (source (origin
- (method git-fetch)
- (uri (git-reference
- (url "https://git.savannah.gnu.org/git/guile-opengl.git")
- (commit commit)))
- (sha256
- (base32
- "1iq21x8hxdq4gsbykiy1q9xy43psv7jjripw4raxdy93fvdasj50"))))
- (native-inputs (list autoconf automake pkg-config texinfo))
- (inputs (list freeglut glu mesa target-guile)))))
-
(define guile-sdl2
(let ((commit "e9a7f5e748719ce5b6ccd08ff91861b578034ea6"))
(package
@@ -124,7 +108,7 @@ SDL2 C shared library via the foreign function interface.")
openal
readline
target-guile))
- (propagated-inputs (list guile-opengl* guile-sdl2))
+ (propagated-inputs (list guile3.0-opengl guile-sdl2))
(synopsis "Game development toolkit for Guile Scheme")
(description "Chickadee is a game development toolkit for Guile
Scheme. It contains all of the basic components needed to develop