diff options
author | Leo Famulari <leo@famulari.name> | 2017-03-26 16:09:25 -0400 |
---|---|---|
committer | Leo Famulari <leo@famulari.name> | 2017-03-26 16:26:29 -0400 |
commit | 5d073bdb0501f2ff88af1d8a6b0add90a9e97427 (patch) | |
tree | a858d5c96f4e08f1609ac41f7197a354e796e3fe | |
parent | 20413597b6651cb94b49d02183f55babb007da53 (diff) | |
download | guix-5d073bdb0501f2ff88af1d8a6b0add90a9e97427.tar guix-5d073bdb0501f2ff88af1d8a6b0add90a9e97427.tar.gz |
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.
-rw-r--r-- | gnu/packages/audacity.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/audacity.scm b/gnu/packages/audacity.scm index c448d0c1f2..a70d0e3a69 100644 --- a/gnu/packages/audacity.scm +++ b/gnu/packages/audacity.scm @@ -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) |