mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2026-04-06 21:20:33 +02:00
gnu: python2-renpy: Do not delete non-existing file.
* gnu/packages/game-development.scm (python2-renpy)[build]: Don't delete renpy/__init__.pyc, it is no longer being built. Adjust comment accordingly.
This commit is contained in:
@@ -1321,9 +1321,8 @@ developed mainly for Ren'py.")
|
||||
;; named "setup.py".
|
||||
(with-directory-excursion "module"
|
||||
(apply (assoc-ref %standard-phases 'build) args))
|
||||
;; the above causes renpy.__init__ to be compiled but does not
|
||||
;; compile anything else, hence we do that here
|
||||
(delete-file "renpy/__init__.pyc")
|
||||
;; The above only builds the cython modules, but nothing else,
|
||||
;; so we do that here.
|
||||
(invoke "python" "-m" "compileall" "renpy")
|
||||
#t))
|
||||
(replace 'install
|
||||
|
||||
Reference in New Issue
Block a user