diff options
-rw-r--r-- | gnu/packages/gnome.scm | 2 |
1 files changed, 1 insertions, 1 deletions
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 _ |