guix-devel
[Top][All Lists]
Advanced

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

Re: How to use "every"?


From: Marius Bakke
Subject: Re: How to use "every"?
Date: Fri, 09 Sep 2016 14:10:03 +0100

Danny Milosavljevic <address@hidden> writes:

> Hi,
>
> how do I use "every" in a guix package declaration?
>
> When I add #:modules (sfri sfri-1) I get a message that guix-build is
> undefined (?).

I think when setting #:modules, you also have to specify the
"expected" ones, i.e. it will override the defaults rather than append.

So argument would be:

#:modules ((srfi srfi-1)
           (guix build gnu-build-system)
           (guix build utils))

But I am pretty new to Guile and Guix, so take it with a grain of salt.

HTH!
Marius



reply via email to

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