diff options
author | Efraim Flashner <efraim@flashner.co.il> | 2017-03-20 18:04:01 +0200 |
---|---|---|
committer | Efraim Flashner <efraim@flashner.co.il> | 2017-03-20 18:04:01 +0200 |
commit | 36e17ab417078710939771d5ab19976eec257309 (patch) | |
tree | 5932a4b68839445a744cc9069f231f876b0e8389 | |
parent | 2314474b017dc044fd64a1b77e453ffb3e847e0e (diff) | |
download | patches-36e17ab417078710939771d5ab19976eec257309.tar patches-36e17ab417078710939771d5ab19976eec257309.tar.gz |
gnu: audacity: Use gtk+@3.
* gnu/packages/audacity.scm (audacity)[inputs]: Remove wxwidgets-gtk2,
gtk+@2, add wxwidgets and gtk+.
-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 a70d0e3a69..c448d0c1f2 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-gtk2) - ("gtk" ,gtk+-2) + `(("wxwidgets" ,wxwidgets) + ("gtk" ,gtk+) ("alsa-lib" ,alsa-lib) ("jack" ,jack-1) ("expat" ,expat) |