~ruther/guix-local

36e17ab417078710939771d5ab19976eec257309 — Efraim Flashner 9 years ago 2314474
gnu: audacity: Use gtk+@3.

* gnu/packages/audacity.scm (audacity)[inputs]: Remove wxwidgets-gtk2,
gtk+@2, add wxwidgets and gtk+.
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-gtk2)
       ("gtk" ,gtk+-2)
     `(("wxwidgets" ,wxwidgets)
       ("gtk" ,gtk+)
       ("alsa-lib" ,alsa-lib)
       ("jack" ,jack-1)
       ("expat" ,expat)