[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
bug#26023: [PATCH] gexp: Expose functions to allow creating derivation b
From: |
Roel Janssen |
Subject: |
bug#26023: [PATCH] gexp: Expose functions to allow creating derivation builders. |
Date: |
Wed, 08 Mar 2017 11:21:47 +0100 |
User-agent: |
mu4e 0.9.18; emacs 25.1.1 |
Dear Guix,
I would like to add the following two functions to the public interface
of the gexp module.
This makes writing custom derivation builders easier for external
projects.
Kind regards,
Roel Janssen
>From b70e95b40876fd372fc44958e6102ad39ffc2478 Mon Sep 17 00:00:00 2001
From: Roel Janssen <address@hidden>
Date: Wed, 8 Mar 2017 11:17:13 +0100
Subject: [PATCH] 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.
---
guix/gexp.scm | 3 +++
1 file changed, 3 insertions(+)
diff --git a/guix/gexp.scm b/guix/gexp.scm
index 1f7fbef0a..d11ed177f 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
--
2.12.0
- bug#26023: [PATCH] gexp: Expose functions to allow creating derivation builders.,
Roel Janssen <=