1
0
mirror of https://git.savannah.gnu.org/git/guix.git synced 2026-04-30 22:35:57 +02:00

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
-8
View File
@@ -407,14 +407,6 @@ levels.")
;; under the CC0 license.
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
(package
(name "python-xsge")