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:
parent
0da4f3659a
commit
64fc9f65f1
|
@ -68,6 +68,9 @@
|
||||||
file-append-base
|
file-append-base
|
||||||
file-append-suffix
|
file-append-suffix
|
||||||
|
|
||||||
|
load-path-expression
|
||||||
|
gexp-modules
|
||||||
|
|
||||||
gexp->derivation
|
gexp->derivation
|
||||||
gexp->file
|
gexp->file
|
||||||
gexp->script
|
gexp->script
|
||||||
|
|
Loading…
Reference in New Issue