guix-patches
[Top][All Lists]
Advanced

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

[bug#37121] [PATCH 34/40] gnu: xfce4-taskmanager: Switch from libwnck-2


From: L p R n d n
Subject: [bug#37121] [PATCH 34/40] gnu: xfce4-taskmanager: Switch from libwnck-2 to libwnck.
Date: Tue, 20 Aug 2019 23:50:37 +0200

* gnu/packages/xfce.scm (xfce4-taskmanager)[inputs]: Switch from libwnck-2 to 
libwnck.
---
 gnu/packages/xfce.scm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gnu/packages/xfce.scm b/gnu/packages/xfce.scm
index 498e032597..04555a3765 100644
--- a/gnu/packages/xfce.scm
+++ b/gnu/packages/xfce.scm
@@ -961,7 +961,7 @@ the desktop wallpaper.")
      `(("intltool" ,intltool)
        ("pkg-config" ,pkg-config)))
     (inputs
-     `(("libwnck" ,libwnck-2)
+     `(("libwnck" ,libwnck)
        ("libxmu" ,libxmu)
        ("gtk+" ,gtk+)
        ;; FIXME: Remove libxext and libxt when libxmu propagates them.
-- 
2.22.0






reply via email to

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