mirror of
https://codeberg.org/guix/guix.git
synced 2026-01-28 03:45:07 -06:00
gnu: Add renpy-the-question.
* gnu/packages/game-development.scm (renpy-the-question): New variable.
This commit is contained in:
parent
712d0c27f8
commit
8084fa0d9e
1 changed files with 14 additions and 0 deletions
|
|
@ -70,6 +70,7 @@
|
|||
#:use-module (guix build-system go)
|
||||
#:use-module (guix build-system pyproject)
|
||||
#:use-module (guix build-system python)
|
||||
#:use-module (guix build-system renpy)
|
||||
#:use-module (guix build-system scons)
|
||||
#:use-module (gnu packages)
|
||||
#:use-module (gnu packages assembly)
|
||||
|
|
@ -1917,6 +1918,19 @@ visual novels, while its Python scripting is enough for complex simulation
|
|||
games.")
|
||||
(license license:expat)))
|
||||
|
||||
(define-public renpy-the-question
|
||||
(package
|
||||
(inherit renpy)
|
||||
(name "renpy-the-question")
|
||||
(build-system renpy-build-system)
|
||||
(arguments (list #:game "the_question/game"))
|
||||
(native-inputs (list xorg-server-for-tests))
|
||||
(synopsis "Example visual novel")
|
||||
(description "The Question is a short example visual novel showing that
|
||||
your Ren'py installation works, similar to a \"Hello World\" program in other
|
||||
programming languages.")
|
||||
(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.
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue