guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

01/01: Revert "gnu: audacity: Use address@hidden"


From: Leo Famulari
Subject: 01/01: Revert "gnu: audacity: Use address@hidden"
Date: Sun, 26 Mar 2017 16:27:32 -0400 (EDT)

lfam pushed a commit to branch master
in repository guix.

commit 5d073bdb0501f2ff88af1d8a6b0add90a9e97427
Author: Leo Famulari <address@hidden>
Date:   Sun Mar 26 16:09:25 2017 -0400

    Revert "gnu: audacity: Use address@hidden"
    
    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)



reply via email to

[Prev in Thread] Current Thread [Next in Thread]