emacs-bug-tracker
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[debbugs-tracker] bug#26023: closed ([PATCH] gexp: Expose functions to a


From: GNU bug Tracking System
Subject: [debbugs-tracker] bug#26023: closed ([PATCH] gexp: Expose functions to allow creating derivation builders.)
Date: Thu, 09 Mar 2017 11:46:01 +0000

Your message dated Thu, 09 Mar 2017 12:44:57 +0100
with message-id <address@hidden>
and subject line 
has caused the debbugs.gnu.org bug report #26023,
regarding [PATCH] gexp: Expose functions to allow creating derivation builders.
to be marked as done.

(If you believe you have received this mail in error, please contact
address@hidden)


-- 
26023: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=26023
GNU Bug Tracking System
Contact address@hidden with problems
--- Begin Message --- Subject: [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




--- End Message ---
--- Begin Message --- Date: Thu, 09 Mar 2017 12:44:57 +0100 User-agent: mu4e 0.9.18; emacs 25.1.1

--- End Message ---

reply via email to

[Prev in Thread] Current Thread [Next in Thread]