mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-24 21:38:07 -05:00
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
1 changed files with 3 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue