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 @@ (define-public python-pygame
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"))