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:
@@ -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))
|
||||
|
||||
Reference in New Issue
Block a user