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:
Leo Famulari 2017-03-26 16:09:25 -04:00
parent 20413597b6
commit 5d073bdb05
No known key found for this signature in database
GPG Key ID: 2646FA30BACA7F08
1 changed files with 2 additions and 2 deletions

View File

@ -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)