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='041a12c46b77094c3a89276cf55d9cf1f68fb9a3'/> Wojtek's customized Guix
aboutsummaryrefslogtreecommitdiff
path: root/gnu/packages/i2p.scm
AgeCommit message (Expand)Author
2021-05-25gnu: i2pd: Allow skipping tests....* gnu/packages/i2p.scm (i2pd)[arguments]: Adjust custom 'check phase to honor --without-tests flag. Efraim Flashner
2021-05-25gnu: i2pd: Reflow package definition....* gnu/packages/i2p.scm (i2pd): Reflow package definition. Efraim Flashner
2021-05-25gnu: i2pd: update to 2.38.0....* gnu/packages/i2p.scm (i2pd): Update to 2.38.0. Signed-off-by: Efraim Flashner <efraim@flashner.co.il> Solene Rapenne
2021-02-16gnu: i2pd: Update to 2.36.0....* gnu/packages/i2p.scm (i2pd): Update to 2.36.0. [arguments]: Enable the 'x25519' test. Remove 'install-headers' and 'remove-source' phases. Co-authored-by: 宋文武 <iyzsong@member.fsf.org> Amar Singh