gnu: audacity: Fix build.

* gnu/package/audio.scm (audacity)[arguments]: Don't refer to nonexistent
'wrap-program' phase.

Change-Id: I219afd9097ec731ba03c33a0c72bbc657a95486b
This commit is contained in:
宋文武 2024-06-18 19:11:09 +08:00 committed by Ludovic Courtès
parent e1392785d5
commit 9dbaa10aa7
No known key found for this signature in database
GPG key ID: 090B11993D9AEBB5

View file

@ -995,7 +995,7 @@ (define-public audacity
(lambda* (#:key inputs #:allow-other-keys)
(substitute* '("libraries/lib-files/FileNames.cpp")
(("\"/usr/include/linux/magic.h\"") "<linux/magic.h>"))))
(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)))
;; The test suite is not "well exercised" according to the developers,
;; and fails with various errors. See