Archived
1
0
Fork 0

gnu: Remove python2-pygame.

* gnu/packages/game-development.scm (python2-pygame): Delete variable.
This commit is contained in:
Maxim Cournoyer 2022-04-29 21:18:52 -04:00
parent e19a8130c4
commit 23435f2570
No known key found for this signature in database
GPG key ID: 1260E46482E63562

View file

@ -1206,9 +1206,6 @@ to create fully featured games and multimedia programs in the python language.")
license:public-domain license:public-domain
license:lgpl2.1+)))) license:lgpl2.1+))))
(define-public python2-pygame
(package-with-python2 python-pygame))
(define-public python-pygame-sdl2 (define-public python-pygame-sdl2
(let ((real-version "2.1.0") (let ((real-version "2.1.0")
(renpy-version "7.4.11")) (renpy-version "7.4.11"))