help-guix
[Top][All Lists]
Advanced

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

Re: How to use gexps in builds?


From: Ludovic Courtès
Subject: Re: How to use gexps in builds?
Date: Wed, 15 May 2019 23:05:00 +0200
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/26.2 (gnu/linux)

Hi,

It’s not possible yet to use gexps here, but there’s a
‘wip-build-systems-gexp’ branch that’s about making it possible.

When it becomes possible (hopefully soonish), you’ll write something
like:

  (build-system trivial-build-system)
  (arguments
   `(#:builder ,#~(begin …)))

HTH!

Ludo’.



reply via email to

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