[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
01/01: gexp: Expose functions to allow creating derivation builders.
From: |
Roel Janssen |
Subject: |
01/01: gexp: Expose functions to allow creating derivation builders. |
Date: |
Thu, 9 Mar 2017 06:41:34 -0500 (EST) |
roelj pushed a commit to branch master
in repository guix.
commit 64fc9f65f10b7ec584e6246914be322207162c0e
Author: Roel Janssen <address@hidden>
Date: Thu Mar 9 12:37:21 2017 +0100
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>.
---
guix/gexp.scm | 3 +++
1 file changed, 3 insertions(+)
diff --git a/guix/gexp.scm b/guix/gexp.scm
index 1f7fbef..d11ed17 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