diff mbox series

[bug#69281] guix: transformations: Export patched-source function.

Message ID 20240220002259.17224-1-ngraves@ngraves.fr
State New
Headers show
Series [bug#69281] guix: transformations: Export patched-source function. | expand

Commit Message

Nicolas Graves Feb. 20, 2024, 12:22 a.m. UTC
* guix/transformations.scm: Export patched-source function.

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

Comments

Nicolas Graves Feb. 24, 2024, 5:12 p.m. UTC | #1
I don't need the patch anymore.
diff mbox series

Patch

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?