guix-commits
[Top][All Lists]
Advanced

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

06/06: gnu: blueprint-compiler: Fix build.


From: guix-commits
Subject: 06/06: gnu: blueprint-compiler: Fix build.
Date: Tue, 18 Jun 2024 07:14:51 -0400 (EDT)

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

commit fed3945d285c2b4b93f786ec5b7b34cc3874c72c
Author: 宋文武 <iyzsong@member.fsf.org>
AuthorDate: Tue Jun 18 19:13:36 2024 +0800

    gnu: blueprint-compiler: Fix build.
    
    * gnu/packages/gnome.scm (blueprint-compiler)[arguments]: Don't refer to
    nonexistent 'wrap' phase.
    
    Change-Id: Id928f3a8792e3da52585b29bff35edb33e8c7836
---
 gnu/packages/gnome.scm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gnu/packages/gnome.scm b/gnu/packages/gnome.scm
index 33fb8149fe..b62e568b0b 100644
--- a/gnu/packages/gnome.scm
+++ b/gnu/packages/gnome.scm
@@ -3334,7 +3334,7 @@ the GNOME desktop environment.")
         (guix build utils))
       #:phases
       #~(modify-phases %standard-phases
-          (add-after 'wrap 'wrap-python
+          (add-after 'glib-or-gtk-wrap 'wrap-python
             (assoc-ref python:%standard-phases 'wrap))
           (add-before 'check 'pre-check
             (lambda _



reply via email to

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