From 64fc9f65f10b7ec584e6246914be322207162c0e Mon Sep 17 00:00:00 2001 From: Roel Janssen Date: Thu, 9 Mar 2017 12:37:21 +0100 Subject: 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 . --- guix/gexp.scm | 3 +++ 1 file changed, 3 insertions(+) (limited to 'guix') 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 -- cgit v1.2.3