me
/
guix
Archived
1
0
Fork 0

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>
master
L p R n d n 2019-08-19 16:42:12 +02:00 committed by Ludovic Courtès
parent f47f9720cc
commit 867df63f90
No known key found for this signature in database
GPG Key ID: 090B11993D9AEBB5
1 changed files with 1 additions and 1 deletions

View File

@ -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.