all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Josselin Poiret via Guix-patches via <guix-patches@gnu.org>
To: Josselin Poiret <dev@jpoiret.xyz>, 63013@debbugs.gnu.org
Subject: [bug#63013] [PATCH core-updates 2/2] gnu: guile-next: Fix build failure.
Date: Sat, 22 Apr 2023 13:47:29 +0200	[thread overview]
Message-ID: <84f7ff84d0dfb43591a988b2ebfefcaea0bbaf26.1682163922.git.dev@jpoiret.xyz> (raw)
In-Reply-To: <cover.1682163922.git.dev@jpoiret.xyz>

* gnu/packages/guile.scm (guile-next): Fix build failure.
---
 gnu/packages/guile.scm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gnu/packages/guile.scm b/gnu/packages/guile.scm
index e3367ece14..322eda1fc8 100644
--- a/gnu/packages/guile.scm
+++ b/gnu/packages/guile.scm
@@ -453,7 +453,7 @@ (define-public guile-next
       (arguments
        (substitute-keyword-arguments (package-arguments guile-3.0)
          ((#:phases phases '%standard-phases)
-          #~(modify-phases ,phases
+          #~(modify-phases #$phases
               (add-before 'bootstrap 'set-version
                 (lambda _
                   ;; Tell 'git-version-gen' what version this is, or it will
-- 
2.39.2





      parent reply	other threads:[~2023-04-22 11:48 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-04-22 11:46 [bug#63013] [PATCH core-updates 0/2] Fix some guile -next package failures Josselin Poiret via Guix-patches via
2023-04-22 11:47 ` [bug#63013] [PATCH core-updates 1/2] gnu: guile-fibers-next: Update to 36a6cc7079 to fix build failure Josselin Poiret via Guix-patches via
2023-04-22 11:47 ` Josselin Poiret via Guix-patches via [this message]

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=84f7ff84d0dfb43591a988b2ebfefcaea0bbaf26.1682163922.git.dev@jpoiret.xyz \
    --to=guix-patches@gnu.org \
    --cc=63013@debbugs.gnu.org \
    --cc=dev@jpoiret.xyz \
    /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.