help-guix
[Top][All Lists]
Advanced

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

How to use gexps in builds?


From: nly
Subject: How to use gexps in builds?
Date: Wed, 08 May 2019 12:03:21 +0530

...
(build-system trivial-build-system)
`(#:modules ((guix gexp))
         #:builder
         (gexp->derivation "gnumake"
                           #~(begin
                               (mkdir #$output)
                               (chdir #$output)
                               (symlink #$gnu-make #$output)))
         ))
...

The above form looks like it asks for too many (use-modules ...) (6 or
even more). What am I missing?



reply via email to

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