Patch taken from https://sources.debian.org/data/main/g/gpsbabel/1.5.3-2/debian/patches/use_minizip. --- a/Makefile.in +++ b/Makefile.in @@ -120,7 +120,7 @@ LIBOBJS = queue.o route.o waypt.o filter src/core/usasciicodec.o\ src/core/ziparchive.o \ $(GARMIN) $(JEEPS) $(SHAPE) @ZLIB@ $(FMTS) $(FILTERS) -OBJS = main.o globals.o $(LIBOBJS) @FILEINFO@ +OBJS = main.o globals.o $(MINIZIP) $(LIBOBJS) @FILEINFO@ DEPFILES = $(OBJS:.o=.d) s://git.koszko.org/cgit-static/cgit.png' alt='cgit logo'/> index : guix
Wojtek's customized Guix
aboutsummaryrefslogtreecommitdiff
path: root/gnu/packages/easyrpg.scm
AgeCommit message (Collapse)Author
2022-01-18gnu: easyrpg-player: Update to 0.7.0.Nicolas Goaziou
* gnu/packages/easyrpg.scm (easyrpg-player): Update to 0.7.0. [inputs]: Add fluidsynth, fmt.
2022-01-18gnu: liblcf: Update to 0.7.0.Nicolas Goaziou
* gnu/packages/easyrpg.scm (liblcf): Update to 0.7.0.
2021-12-13gnu: Further simplify package inputs.Ludovic Courtès
This is the result of running: ./pre-inst-env guix style --input-simplification=safe and manually undoing changes on a dozen of packages to reduce rebuilds (derivations for emacs, icecat, and libreoffice are unchanged.)
2021-12-13gnu: Simplify package inputs.Ludovic Courtès
This commit was obtained by running: ./pre-inst-env guix style without any additional argument.
2021-09-18gnu: easyrpg-player: Add wildmidi input.Tobias Geerinckx-Rice
Suggested by moshy on #guix. * gnu/packages/easyrpg.scm (easyrpg-player)[inputs]: Add wildmidi.