lfam pushed a commit to branch master
in repository guix.
commit 5d073bdb0501f2ff88af1d8a6b0add90a9e97427
Author: Leo Famulari <[email protected]>
Date: Sun Mar 26 16:09:25 2017 -0400
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.
---
gnu/packages/audacity.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/audacity.scm b/gnu/packages/audacity.scm
index c448d0c..a70d0e3 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)