Hi, Yuval Langer <yuval.lan...@gmail.com> writes:
> Is there a way of adding cond-expand features to GNU Guile, maybe in > the Guix package definitions? Yes, you can add this line in your module: (cond-expand-provide (current-module) '(srfi-135)) HTH! Ludo’.