gnu: blueprint-compiler: Fix build.

* gnu/packages/gnome.scm (blueprint-compiler)[arguments]: Don't refer to
nonexistent 'wrap' phase.

Change-Id: Id928f3a8792e3da52585b29bff35edb33e8c7836
This commit is contained in:
宋文武 2024-06-18 19:13:36 +08:00 committed by Ludovic Courtès
parent 33d92fd4c7
commit 22429545e7
No known key found for this signature in database
GPG key ID: 090B11993D9AEBB5

View file

@ -3335,7 +3335,7 @@ (define-public blueprint-compiler
(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 _