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:
宋文武 2024-06-19 09:08:49 +08:00 committed by Ludovic Courtès
parent d6ebfa7450
commit cd61ae3bf0
No known key found for this signature in database
GPG key ID: 090B11993D9AEBB5

View file

@ -1082,7 +1082,7 @@ (define %configure (assoc-ref %standard-phases 'configure))
(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))