me
/
guix
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.
master
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
1 changed files with 42 additions and 41 deletions

View File

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