From 22429545e7c8d472607594586fadbcfadcf75270 Mon Sep 17 00:00:00 2001 From: 宋文武 Date: Tue, 18 Jun 2024 19:13:36 +0800 Subject: 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 ac19be2dc1..2c16e33292 100644 --- a/gnu/packages/gnome.scm +++ b/gnu/packages/gnome.scm @@ -3335,7 +3335,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 _ -- cgit 1.4.1