Age | Commit message (Collapse) | Author | |
---|---|---|---|
2021-02-24 | guix: renpy-build-system: Quote data directory. | Leo Prikler | |
This prevents generated launchers and desktop files from inadvertently crashing if the directory name contains a space. * gnu/build/renpy-build-system.scm (install, install-desktop-file): Use ~s to format data directory. | |||
2021-02-07 | build-system: Add renpy-build-system. | Leo Prikler | |
* guix/build/renpy-build-system.scm: New file. * guix/build-system/renpy.scm: New file. * Makefile.am (MODULES): Add them here. * doc/guix.texi (Build Systems): Document renpy-build-system. |