[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 _
- branch core-updates updated (be3b90803f -> fed3945d28), guix-commits, 2024/06/18
- 02/06: gnu: apparmor: Fix build., guix-commits, 2024/06/18
- 01/06: gnu: agda: Fix build., guix-commits, 2024/06/18
- 03/06: gnu: audacity: Fix build., guix-commits, 2024/06/18
- 04/06: gnu: borg: Fix build., guix-commits, 2024/06/18
- 05/06: gnu: cppawk: Fix build., guix-commits, 2024/06/18
- 06/06: gnu: blueprint-compiler: Fix build.,
guix-commits <=