mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-20 23:18:33 +01:00
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:
parent
e1392785d5
commit
9dbaa10aa7
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue