Christopher Allan Webber <cweb...@dustycloud.org> writes:

> From ba284a78424dc87577983066aa04a8503d7a1e32 Mon Sep 17 00:00:00 2001
> From: Christopher Allan Webber <cweb...@dustycloud.org>
> Date: Fri, 18 Sep 2015 16:58:31 -0500
> Subject: [PATCH] gnu: guile: Add guile-wisp

Pushed with one minor change:

> +         (replace
> +          'install
> +          (lambda* (#:key outputs inputs #:allow-other-keys)
> +            (use-modules (guix build utils)
> +                         (system base compile))

I removed this 'use-modules' form and replaced it with the following in
the 'arguments' field:

--8<---------------cut here---------------start------------->8---
       #:modules ((system base compile)
                  ,@%gnu-build-system-modules)
--8<---------------cut here---------------end--------------->8---

    Thanks!
      Mark

Reply via email to