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>.
This commit is contained in:
Roel Janssen 2017-03-09 12:37:21 +01:00
parent 0da4f3659a
commit 64fc9f65f1
No known key found for this signature in database
GPG key ID: C3EC1DCA843072E1

View file

@ -68,6 +68,9 @@ (define-module (guix gexp)
file-append-base
file-append-suffix
load-path-expression
gexp-modules
gexp->derivation
gexp->file
gexp->script