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:
parent
eb3a7b6646
commit
d64d6ea2cf
1 changed files with 42 additions and 41 deletions
|
@ -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"
|
||||||
|
|
Reference in a new issue