summaryrefslogtreecommitdiff
path: root/guix/gexp.scm
diff options
context:
space:
mode:
authorRoel Janssen <roel@gnu.org>2017-03-09 12:37:21 +0100
committerRoel Janssen <roel@gnu.org>2017-03-09 12:39:05 +0100
commit64fc9f65f10b7ec584e6246914be322207162c0e (patch)
treebb1845448fd7413d887a3e6edfd839683e128757 /guix/gexp.scm
parent0da4f3659aadeb3f72b405a19dd6c69ccff7c30e (diff)
downloadgnu-guix-64fc9f65f10b7ec584e6246914be322207162c0e.tar
gnu-guix-64fc9f65f10b7ec584e6246914be322207162c0e.tar.gz
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.scm3
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