guix-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: gnu: guile: Add guile-wisp


From: Mark H Weaver
Subject: Re: gnu: guile: Add guile-wisp
Date: Sun, 11 Oct 2015 21:48:16 -0400
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/24.5 (gnu/linux)

Christopher Allan Webber <address@hidden> writes:

> From ba284a78424dc87577983066aa04a8503d7a1e32 Mon Sep 17 00:00:00 2001
> From: Christopher Allan Webber <address@hidden>
> 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

[Prev in Thread] Current Thread [Next in Thread]