guix-devel
[Top][All Lists]
Advanced

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

Re: How to import modules into build phase


From: Ludovic Courtès
Subject: Re: How to import modules into build phase
Date: Sun, 28 Aug 2016 21:53:41 +0200
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/24.5 (gnu/linux)

Hi,

David Craven <address@hidden> skribis:

> The snippet I'm trying to use doesn't work:
>
>        #:modules ((gnu packages qt)
>                   ,@%cmake-build-system-modules)

For reference, this doesn’t work because (gnu packages qt) depends on
all the (guix …) modules.  They would need to be added to
#:imported-modules, but then that remains inconvenient because that’s a
lot of modules for just the one procedure that you want.

For this reason, modules that are obviously build-side-only are in (guix
build …).

Ludo’.



reply via email to

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