mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2026-04-07 05:30:38 +02:00
gnu: tenacity: Fix build.
* gnu/packages/audio.scm (tenacity)[arguments]: Don't refer to nonexistent 'wrap-program' phase. Change-Id: I4fe48bce7cb48904f1f2f4d8685debbbf16c01e8
This commit is contained in:
@@ -1082,7 +1082,7 @@ tools.")
|
||||
(lambda ()
|
||||
(apply %configure args))
|
||||
#:unwind? #t)))
|
||||
(add-after 'wrap-program 'glib-or-gtk-wrap
|
||||
(add-after 'install 'glib-or-gtk-wrap
|
||||
(assoc-ref glib-or-gtk:%standard-phases 'glib-or-gtk-wrap)))
|
||||
;; Test suite? Which test suite?
|
||||
#:tests? #f))
|
||||
|
||||
Reference in New Issue
Block a user