summaryrefslogtreecommitdiff
path: root/gnu/packages/game-development.scm
diff options
context:
space:
mode:
authorMaxim Cournoyer <maxim.cournoyer@gmail.com>2022-04-29 21:18:52 -0400
committerMaxim Cournoyer <maxim.cournoyer@gmail.com>2022-05-31 14:52:54 -0400
commit23435f257027e681362c62da8d2d07c15cd3af4c (patch)
tree5040e1a7ca1e8d6b213f1d2638b42f015d81b623 /gnu/packages/game-development.scm
parente19a8130c48966a587576e13cf0aa449275687f2 (diff)
downloadguix-patches-23435f257027e681362c62da8d2d07c15cd3af4c.tar
guix-patches-23435f257027e681362c62da8d2d07c15cd3af4c.tar.gz
gnu: Remove python2-pygame.
* gnu/packages/game-development.scm (python2-pygame): Delete variable.
Diffstat (limited to 'gnu/packages/game-development.scm')
-rw-r--r--gnu/packages/game-development.scm3
1 files changed, 0 insertions, 3 deletions
diff --git a/gnu/packages/game-development.scm b/gnu/packages/game-development.scm
index 961b396ea7..b13d015ba4 100644
--- a/gnu/packages/game-development.scm
+++ b/gnu/packages/game-development.scm
@@ -1206,9 +1206,6 @@ to create fully featured games and multimedia programs in the python language.")
license:public-domain
license:lgpl2.1+))))
-(define-public python2-pygame
- (package-with-python2 python-pygame))
-
(define-public python-pygame-sdl2
(let ((real-version "2.1.0")
(renpy-version "7.4.11"))