Archived
1
0
Fork 0

gnu: python-renpy: Use G-Expressions.

* gnu/packages/game-development.scm (python-renpy)[arguments]: Convert to
list of G-Expressions.
This commit is contained in:
Liliana Marie Prikler 2023-05-19 12:14:28 +02:00
parent eb3a7b6646
commit d64d6ea2cf
No known key found for this signature in database
GPG key ID: 442A84B8C70E2F87

View file

@ -1359,9 +1359,10 @@ developed mainly for Ren'py.")
(("official = official and .*") "")))))) (("official = official and .*") ""))))))
(build-system python-build-system) (build-system python-build-system)
(arguments (arguments
`(#:tests? #f ; Ren'py doesn't seem to package tests (list
#:tests? #f ; Ren'py doesn't seem to package tests
#:phases #:phases
(modify-phases %standard-phases #~(modify-phases %standard-phases
(add-after 'unpack 'fix-commands (add-after 'unpack 'fix-commands
(lambda* (#:key inputs #:allow-other-keys) (lambda* (#:key inputs #:allow-other-keys)
(substitute* "renpy/editor.py" (substitute* "renpy/editor.py"