Revert "gnu: audacity: Use gtk+@3."
It appears that Audacity does not yet support GTK+-3 fully; the user interface
was unusable with this change.
This reverts commit 36e17ab417
.
This commit is contained in:
parent
20413597b6
commit
5d073bdb05
|
@ -52,8 +52,8 @@
|
||||||
(inputs
|
(inputs
|
||||||
;; TODO: Add portSMF and libwidgetextra once they're packaged. In-tree
|
;; TODO: Add portSMF and libwidgetextra once they're packaged. In-tree
|
||||||
;; versions shipping with Audacity are used for now.
|
;; versions shipping with Audacity are used for now.
|
||||||
`(("wxwidgets" ,wxwidgets)
|
`(("wxwidgets" ,wxwidgets-gtk2)
|
||||||
("gtk" ,gtk+)
|
("gtk" ,gtk+-2)
|
||||||
("alsa-lib" ,alsa-lib)
|
("alsa-lib" ,alsa-lib)
|
||||||
("jack" ,jack-1)
|
("jack" ,jack-1)
|
||||||
("expat" ,expat)
|
("expat" ,expat)
|
||||||
|
|
Loading…
Reference in New Issue