mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-16 19:57:39 -05:00
gnu: Remove python2-tmx.
* gnu/packages/game-development.scm (python2-tmx): Delete variable.
This commit is contained in:
parent
910ce80885
commit
da52f45208
1 changed files with 0 additions and 8 deletions
|
@ -407,14 +407,6 @@ (define-public python-tmx
|
|||
;; 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")
|
||||
|
|
Loading…
Reference in a new issue