This patch fixes a bug in guile-rsvg's build system, whereby the CFLAGS and LDFLAGS for Guile would not be captured. --- guile-rsvg-2.18.1/configure.ac 2015-08-31 22:30:30.578909480 +0200 +++ guile-rsvg-2.18.1/configure.ac 2015-08-31 22:32:15.071516084 +0200 @@ -39,6 +39,10 @@ AC_SUBST(WARN_CFLAGS) GUILE_PKG([2.2 2.0 1.8]) +dnl The above macro fails to set the 'GUILE_CFLAGS' and 'GUILE_LIBS' +dnl substitution variables, hence this line. +PKG_CHECK_MODULES(GUILE, guile-$GUILE_EFFECTIVE_VERSION) + PKG_CHECK_MODULES(GUILE_CAIRO, guile-cairo >= 1.4.0) AC_SUBST(GUILE_CAIRO_LIBS) AC_SUBST(GUILE_CAIRO_CFLAGS) name='id' value='6e8ad38e4a041266425ff60b294dd2a98c72e094'/> Wojtek's customized Guix
aboutsummaryrefslogtreecommitdiff
path: root/gnu/tests/docker.scm
AgeCommit message (Expand)Author
2024-01-08tests: docker-system: Increase image size....Oleg Pykhalov
2023-05-10tests: docker-system: Add missing import....Ludovic Courtès
2023-05-06tests: Add missing module imports for marionette-evaluated code....Ludovic Courtès
2023-03-03services: dbus: Deprecate 'dbus-service' procedure....Bruno Victal
2023-03-03services: dbus: Deprecate 'polkit-service' procedure....Bruno Victal
2022-12-06tests: docker-system: Increase image size....Ludovic Courtès
2022-06-24tests: docker: Relax marionette timeout....Maxim Cournoyer