summaryrefslogtreecommitdiff
path: root/gnu
diff options
context:
space:
mode:
Diffstat (limited to 'gnu')
-rw-r--r--gnu/packages/game-development.scm2
-rw-r--r--gnu/packages/sdl.scm3
2 files changed, 1 insertions, 4 deletions
diff --git a/gnu/packages/game-development.scm b/gnu/packages/game-development.scm
index 12287be3582..3e61ae119a8 100644
--- a/gnu/packages/game-development.scm
+++ b/gnu/packages/game-development.scm
@@ -964,7 +964,7 @@ complex and interesting levels.")
("pkg-config" ,pkg-config)
("texinfo" ,texinfo)))
(inputs
- `(("guile-sdl2" ,guile3.0-sdl2)
+ `(("guile-sdl2" ,guile-sdl2)
("guile" ,guile-3.0)
("pango" ,pango)
("sdl2" ,sdl2)))
diff --git a/gnu/packages/sdl.scm b/gnu/packages/sdl.scm
index b797025fd95..66cb9e9b931 100644
--- a/gnu/packages/sdl.scm
+++ b/gnu/packages/sdl.scm
@@ -883,6 +883,3 @@ interface.")
(native-inputs
`(("guile" ,guile-2.2)
("pkg-config" ,pkg-config)))))
-
-(define-public guile3.0-sdl2
- (deprecated-package "guile3.0-sdl2" guile-sdl2))