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='25a1c60b1ca99e500d1bd909af85a08eeb2b0ae3'/> Wojtek's customized Guix
aboutsummaryrefslogtreecommitdiff
path: root/gnu/packages/xml.scm
AgeCommit message (Expand)Author
2022-04-15gnu: python-lxml: Add 4.7.1....* gnu/packages/xml.scm (python-lxml-4.7): New variable. Ludovic Courtès
2022-04-08gnu: libxmlb: Update to 0.3.8....* gnu/packages/xlm.scm (libxmlb): Update to 0.3.8. Vagrant Cascadian
2022-03-16gnu: expat: Update to 2.4.7....This fixes some regressions in 2.4.5 and 2.4.6: https://www.xml.com/news/2022-02-expat-246/ https://www.xml.com/news/2022-03-expat-247/ * gnu/packages/xml.scm (expat/fixed): Update to 2.4.7. Leo Famulari
2022-02-23gnu: Remove python2-odfpy....* gnu/packages/xml.scm (python2-odfpy): Remove variable. Signed-off-by: Maxim Cournoyer <maxim.cournoyer@gmail.com> kiasoc5
2022-02-19gnu: expat: Update replacement to 2.4.5 [security fixes]....This fixes CVE-2022-25235, CVE-2022-25236, CVE-2022-25313, CVE-2022-25314, and CVE-2022-25315. * gnu/packages/xml.scm (expat/fixed): Update to 2.4.5. Marius Bakke
2022-01-30gnu: expat: Update replacement to 2.4.4 [fixes CVE-2022-23852, CVE-2022-23990]....* gnu/packages/xml.scm (expat/fixed): Update to 2.4.4. Marius Bakke
2022-01-16gnu: expat: Add replacement for [security fixes]....Fixes CVE-2021-45960, CVE-2021-46143, and CVE-2022-22822…22827. * gnu/packages/xml.scm (expat/fixed): New variable. (expat)[replacement]: Use it. Tobias Geerinckx-Rice