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)
Wojtek's customized Guix
aboutsummaryrefslogtreecommitdiff
path: root/gnu/packages/crates-io.scm
diff options
context:
space:
mode:
authorNicolas Goaziou <mail@nicolasgoaziou.fr>2021-06-15 12:27:59 +0200
committerNicolas Goaziou <mail@nicolasgoaziou.fr>2021-06-16 12:47:35 +0200
commit7f5b10e8d8bded68854e0eff56a708ff04ea4151 (patch)
treec61d537865da136b59980af76228e912245601bc /gnu/packages/crates-io.scm
parent5eb5fe9aebe84586f6f4831fed24fe93e788b3f6 (diff)
downloadguix-7f5b10e8d8bded68854e0eff56a708ff04ea4151.tar.gz
guix-7f5b10e8d8bded68854e0eff56a708ff04ea4151.zip
gnu: rust-error-code-2: Update to 2.3.0.
* gnu/packages/crates-io.scm (rust-error-code-2): Update to 2.3.0.
Diffstat (limited to 'gnu/packages/crates-io.scm')