summaryrefslogtreecommitdiff
path: root/gnu/packages/patches/renpy-use-system-fribidi.patch
Commit message (Collapse)AuthorAge
* gnu: python2-renpy: Update to 7.4.0.Leo Prikler2021-02-07
| | | | | | | | | | * gnu/packages/game-development.scm (python2-renpy): Update to 7.4.0. (inputs): Move python2-pygame... (propagated-inputs): ... to here. Add python2-future. (#:phases)[install]: Infer python version from input. * gnu/packages/patches/renpy-use-system-fribidi.patch: Update to renpy 7.4.0. python2-renpy: propagate python inputs
* gnu: renpy: Use system fribidi and drop generated sources.Leo Prikler2020-12-12
* gnu/packages/patches/renpy-use-system-fribidi.patch: New file. * gnu/local.mk (dist_patch_DATA): Add it here. * gnu/packages/game-development.scm (renpy)[source]<patches> Use it here. <modules>: Add (guix build utils). <snippet>: Drop generated sources and fribidi sources. (arguments)[phases]: Add fix-include-paths. (inputs): Add fribidi. Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>