guix-commits
[Top][All Lists]
Advanced

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

02/05: gnu: guile-next: Fix build failure.


From: guix-commits
Subject: 02/05: gnu: guile-next: Fix build failure.
Date: Sat, 22 Apr 2023 16:24:56 -0400 (EDT)

andreas pushed a commit to branch core-updates
in repository guix.

commit 058fd8140046f9657355b87917bd2fa1eafd6005
Author: Josselin Poiret <dev@jpoiret.xyz>
AuthorDate: Sat Apr 22 13:47:29 2023 +0200

    gnu: guile-next: Fix build failure.
    
    * gnu/packages/guile.scm (guile-next): Fix build failure.
    
    Signed-off-by: Andreas Enge <andreas@enge.fr>
---
 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 @@ without requiring the source code to be rewritten.")
       (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



reply via email to

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