1
0
mirror of https://git.savannah.gnu.org/git/guix.git synced 2026-04-25 19:50:30 +02:00

gnu: cambalache: Fix build.

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

Change-Id: Ib3ec789147f8d37123d66a02d8c4490e62513780
This commit is contained in:
宋文武
2025-03-03 11:54:34 +08:00
parent 08bf8d1756
commit 744afc8d80

View File

@@ -3487,7 +3487,7 @@ compiles to GTKBuilder XML.")
(lambda _
(substitute* "tools/cmb_init_dev.py"
(("\"cc") (string-append "\"" #$(cc-for-target))))))
(add-after 'wrap 'python-wrap (assoc-ref python:%standard-phases 'wrap))
(add-after 'install 'python-wrap (assoc-ref python:%standard-phases 'wrap))
(delete 'check)
(add-after 'install 'add-install-to-pythonpath
(assoc-ref python:%standard-phases 'add-install-to-pythonpath))