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
parent
f47f9720cc
commit
867df63f90
|
@ -934,7 +934,7 @@ the desktop wallpaper.")
|
||||||
`(("intltool" ,intltool)
|
`(("intltool" ,intltool)
|
||||||
("pkg-config" ,pkg-config)))
|
("pkg-config" ,pkg-config)))
|
||||||
(inputs
|
(inputs
|
||||||
`(("libwnck" ,libwnck-2)
|
`(("libwnck" ,libwnck)
|
||||||
("libxmu" ,libxmu)
|
("libxmu" ,libxmu)
|
||||||
("gtk+" ,gtk+)
|
("gtk+" ,gtk+)
|
||||||
;; FIXME: Remove libxext and libxt when libxmu propagates them.
|
;; FIXME: Remove libxext and libxt when libxmu propagates them.
|
||||||
|
|
Reference in New Issue