~ruther/guix-local

64fc9f65f10b7ec584e6246914be322207162c0e — Roel Janssen 9 years ago 0da4f36
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>.
1 files changed, 3 insertions(+), 0 deletions(-)

M guix/gexp.scm
M guix/gexp.scm => guix/gexp.scm +3 -0
@@ 68,6 68,9 @@
            file-append-base
            file-append-suffix

            load-path-expression
            gexp-modules

            gexp->derivation
            gexp->file
            gexp->script