diff options
Diffstat (limited to 'gnu')
-rw-r--r-- | gnu/packages/game-development.scm | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/gnu/packages/game-development.scm b/gnu/packages/game-development.scm index daeeec42cb..d8725e837c 100644 --- a/gnu/packages/game-development.scm +++ b/gnu/packages/game-development.scm @@ -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") |