all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Nicolas Graves via Guix-patches via <guix-patches@gnu.org>
To: 69281@debbugs.gnu.org
Cc: ngraves@ngraves.fr
Subject: [bug#69281] [PATCH] guix: transformations: Export patched-source function.
Date: Tue, 20 Feb 2024 01:22:59 +0100	[thread overview]
Message-ID: <20240220002259.17224-1-ngraves@ngraves.fr> (raw)

* 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	other threads:[~2024-02-20  0:24 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-02-20  0:22 Nicolas Graves via Guix-patches via [this message]
2024-02-24 17:12 ` bug#69281: close 69281 Nicolas Graves via Guix-patches via

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20240220002259.17224-1-ngraves@ngraves.fr \
    --to=guix-patches@gnu.org \
    --cc=69281@debbugs.gnu.org \
    --cc=ngraves@ngraves.fr \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/guix.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.