diff options
author | Roel Janssen <roel@gnu.org> | 2017-03-09 12:37:21 +0100 |
---|---|---|
committer | Roel Janssen <roel@gnu.org> | 2017-03-09 12:39:05 +0100 |
commit | 64fc9f65f10b7ec584e6246914be322207162c0e (patch) | |
tree | bb1845448fd7413d887a3e6edfd839683e128757 /guix/gexp.scm | |
parent | 0da4f3659aadeb3f72b405a19dd6c69ccff7c30e (diff) |
gexp: Expose functions to allow creating derivation builders.
* guix/gexp.scm: Add load-path-expression and gexp-modules to the public
interface of the module. See <http://bugs.gnu.org/26023>.
Diffstat (limited to 'guix/gexp.scm')
-rw-r--r-- | guix/gexp.scm | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/guix/gexp.scm b/guix/gexp.scm index 1f7fbef0a0..d11ed177fe 100644 --- a/guix/gexp.scm +++ b/guix/gexp.scm @@ -68,6 +68,9 @@ file-append-base file-append-suffix + load-path-expression + gexp-modules + gexp->derivation gexp->file gexp->script |