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) t-static/cgit.png' alt='cgit logo'/> index : guix
Wojtek's customized Guix
aboutsummaryrefslogtreecommitdiff
path: root/tests/guix-home.sh
AgeCommit message (Expand)Author
2023-04-21tests: Fix checks for expected failures....Eric Bavier
2023-03-26tests: Fix guix-home.sh when guix isn't installed...Ting-Wei Lan
2023-01-09home: environment-variables: Fix escaping....Andrew Tropin
2023-01-09home: environment-variables: Return support for file-likes and gexps....Andrew Tropin
2023-01-05home: services: environment-variables: Add support for literal strings....Ludovic Courtès
2022-08-05tests: Make tests inside container reproducible....Andrew Tropin
2022-07-14home: services: environment-variables: Double-quote values....Ludovic Courtès
2022-07-14home: services: shells: Double-quote environment variable values....Ludovic Courtès
2022-04-19tests: Adjust 'guix home' test to 'home-files-service-type' changes....Ludovic Courtès
2022-03-19guix home: Add 'container' command....Ludovic Courtès
2022-03-18guix home: Implement the 'extension-graph' and 'shepherd-graph' actions....Ludovic Courtès