guix-commits
[Top][All Lists]
Advanced

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

02/06: gnu: carla: Add gtk2 dependency.


From: guix-commits
Subject: 02/06: gnu: carla: Add gtk2 dependency.
Date: Mon, 20 Jul 2020 19:00:40 -0400 (EDT)

mbakke pushed a commit to branch master
in repository guix.

commit 281456b421216e3bfe709eaa0ba939aab019b596
Author: Alexandros Theodotou <alex@zrythm.org>
AuthorDate: Wed Jul 8 21:31:38 2020 +0100

    gnu: carla: Add gtk2 dependency.
    
    * gnu/packages/audio.scm (carla)[inputs]: Add gtk2 to allow bridging
      gtk2 plugins in gtk3 hosts.
    
    Signed-off-by: Marius Bakke <marius@gnu.org>
---
 gnu/packages/audio.scm | 1 +
 1 file changed, 1 insertion(+)

diff --git a/gnu/packages/audio.scm b/gnu/packages/audio.scm
index 20755f0..080261a 100644
--- a/gnu/packages/audio.scm
+++ b/gnu/packages/audio.scm
@@ -4148,6 +4148,7 @@ as is the case with audio plugins.")
        ("file" ,file)
        ("liblo" ,liblo)
        ("libsndfile" ,libsndfile)
+       ("gtk2" ,gtk+-2)   ;needed for bridging GTK2 plugins in GTK3 hosts
        ("gtk+" ,gtk+)
        ("python-pyliblo" ,python-pyliblo)
        ("python-pyqt" ,python-pyqt)



reply via email to

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