~ruther/guix-local

96b81b2da6fb9e999c17c0a007ce6a01145a329e — Liliana Marie Prikler 2 months ago 8084fa0
gnu: Add renpy-tutorial.

* gnu/packages/game-development.scm (renpy-tutorial): New variable.
1 files changed, 12 insertions(+), 0 deletions(-)

M gnu/packages/game-development.scm
M gnu/packages/game-development.scm => gnu/packages/game-development.scm +12 -0
@@ 1931,6 1931,18 @@ your Ren'py installation works, similar to a \"Hello World\" program in other
programming languages.")
    (license license:expat)))

(define-public renpy-tutorial
  (package
    (inherit renpy)
    (name "renpy-tutorial")
    (build-system renpy-build-system)
    (arguments (list #:game "the_question/game"))
    (native-inputs (list xorg-server-for-tests))
    (synopsis "Tutorial for Ren'py")
    (description "This package provides an interactive tutorial for the Ren'py
visual novel engine, explaining all of its features.")
    (license license:expat)))

(define-public python-pyxel
  ;; Note to updaters: Use commit and revision even if you're bumping
  ;; to a release, as upstream is known to "reuse" tags.