summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorL p R n d n <guix@lprndn.info>2019-08-19 16:42:12 +0200
committerLudovic Courtès <ludo@gnu.org>2019-09-01 23:02:23 +0200
commit867df63f90a21a7585b35f44b95d49c0a6f07e7d (patch)
tree5b79b573a40959860e4310943d2714193d16f83a
parentf47f9720cc4de9a4178a19949d321f45265cd862 (diff)
gnu: xfce4-taskmanager: Switch from libwnck-2 to libwnck.
* gnu/packages/xfce.scm (xfce4-taskmanager)[inputs]: Switch from libwnck-2 to libwnck. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
-rw-r--r--gnu/packages/xfce.scm2
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/packages/xfce.scm b/gnu/packages/xfce.scm
index 3243ef2377..6d2155fc53 100644
--- a/gnu/packages/xfce.scm
+++ b/gnu/packages/xfce.scm
@@ -934,7 +934,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.