gnu: Remove python2-tmx.

* gnu/packages/game-development.scm (python2-tmx): Delete variable.
This commit is contained in:
Maxim Cournoyer 2022-04-29 17:34:09 -04:00
parent 910ce80885
commit da52f45208
No known key found for this signature in database
GPG key ID: 1260E46482E63562

View file

@ -407,14 +407,6 @@ (define-public python-tmx
;; under the CC0 license. ;; under the CC0 license.
license:cc0)))) license:cc0))))
(define-public python2-tmx
(let ((python2-tmx (package-with-python2 python-tmx)))
(package
(inherit python2-tmx)
(propagated-inputs
(modify-inputs (package-propagated-inputs python2-tmx)
(prepend python2-pathlib))))))
(define-public python-xsge (define-public python-xsge
(package (package
(name "python-xsge") (name "python-xsge")