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
.
master
parent
20413597b6
commit
5d073bdb05
|
@ -52,8 +52,8 @@
|
|||
(inputs
|
||||
;; TODO: Add portSMF and libwidgetextra once they're packaged. In-tree
|
||||
;; versions shipping with Audacity are used for now.
|
||||
`(("wxwidgets" ,wxwidgets)
|
||||
("gtk" ,gtk+)
|
||||
`(("wxwidgets" ,wxwidgets-gtk2)
|
||||
("gtk" ,gtk+-2)
|
||||
("alsa-lib" ,alsa-lib)
|
||||
("jack" ,jack-1)
|
||||
("expat" ,expat)
|
||||
|
|
Reference in New Issue