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='a5a2d79b91b07c231622a92f9322ea7ebf5d9c77'/> Wojtek's customized Guix
aboutsummaryrefslogtreecommitdiff
path: root/gnu/packages/agda.scm
AgeCommit message (Expand)Author
2020-03-16gnu: agda: Use HTTPS home page....Tobias Geerinckx-Rice
2019-11-20gnu: agda: Update to 2.6.0.1....Timothy Sample
2019-08-31gnu: Move non-compilers out of haskell.scm....Robert Vollmert
2019-08-28gnu: agda-ial: Fix install step....John Soo
2019-08-28gnu: agda-ial: Fetch source from Git....Ludovic Courtès
2019-08-28gnu: Add agda-ial....John Soo
2019-08-07gnu: Remove ghc-parsec, ghc-stm, ghc-text, ghc-xhtml....Robert Vollmert