~ruther/guix-local

5d073bdb0501f2ff88af1d8a6b0add90a9e97427 — Leo Famulari 9 years ago 2041359
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 36e17ab417078710939771d5ab19976eec257309.
1 files changed, 2 insertions(+), 2 deletions(-)

M gnu/packages/audacity.scm
M gnu/packages/audacity.scm => gnu/packages/audacity.scm +2 -2
@@ 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)