guix-patches
[Top][All Lists]
Advanced

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

[bug#69281] [PATCH] guix: transformations: Export patched-source functio


From: Nicolas Graves
Subject: [bug#69281] [PATCH] guix: transformations: Export patched-source function.
Date: Tue, 20 Feb 2024 01:22:59 +0100

* guix/transformations.scm: Export patched-source function.

Change-Id: I832e674cfe4b49a66a0c637c220f7ba3c5a65209
---
 guix/transformations.scm | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/guix/transformations.scm b/guix/transformations.scm
index 132ccd957a..ee953f24cb 100644
--- a/guix/transformations.scm
+++ b/guix/transformations.scm
@@ -55,7 +55,8 @@ (define-module (guix transformations)
   #:use-module (srfi srfi-71)
   #:use-module (ice-9 match)
   #:use-module (ice-9 vlist)
-  #:export (options->transformation
+  #:export (patched-source
+            options->transformation
             manifest-entry-with-transformations
 
             tunable-package?
-- 
2.41.0






reply via email to

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