mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-21 09:37:03 +01:00
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:
parent
33d92fd4c7
commit
22429545e7
1 changed files with 1 additions and 1 deletions
|
@ -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 _
|
||||
|
|
Loading…
Reference in a new issue