guix-patches
[Top][All Lists]
Advanced

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

[bug#53330] [PATCH] guix: gexp: Export gexp-inputs.


From: jgart
Subject: [bug#53330] [PATCH] guix: gexp: Export gexp-inputs.
Date: Mon, 17 Jan 2022 17:55:16 -0500

* guix/gexp.scm (gexp-inputs): Export gexp-inputs variable.
---
 guix/gexp.scm | 1 +
 1 file changed, 1 insertion(+)

diff --git a/guix/gexp.scm b/guix/gexp.scm
index 01dca902f7..bdcac652a8 100644
--- a/guix/gexp.scm
+++ b/guix/gexp.scm
@@ -48,6 +48,7 @@ (define-module (guix gexp)
 
             gexp-input
             gexp-input?
+            gexp-inputs
             gexp-input-thing
             gexp-input-output
             gexp-input-native?
-- 
2.34.1






reply via email to

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