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>
This commit is contained in:
parent
f47f9720cc
commit
867df63f90
|
@ -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.
|
||||
|
|
Loading…
Reference in New Issue