2020-04-24 23:36:52 +00:00
|
|
|
{ mkXfceDerivation
|
|
|
|
, clutter
|
|
|
|
, libXcomposite
|
|
|
|
, libXinerama
|
|
|
|
, libXdamage
|
|
|
|
, libX11
|
2021-06-28 23:13:55 +00:00
|
|
|
, libwnck
|
2020-04-24 23:36:52 +00:00
|
|
|
, libxfce4ui
|
|
|
|
, libxfce4util
|
|
|
|
, garcon
|
|
|
|
, xfconf
|
|
|
|
, gtk3
|
|
|
|
, glib
|
|
|
|
, dbus-glib
|
|
|
|
}:
|
|
|
|
|
|
|
|
mkXfceDerivation {
|
|
|
|
category = "apps";
|
|
|
|
pname = "xfdashboard";
|
2021-04-15 00:37:46 +00:00
|
|
|
version = "0.9.2";
|
2020-04-24 23:36:52 +00:00
|
|
|
rev-prefix = "";
|
|
|
|
odd-unstable = false;
|
|
|
|
|
2021-06-28 23:13:55 +00:00
|
|
|
sha256 = "sha256-Q6r9FoPl+vvqZWP5paAjT3VX3M/6TvqzrrGKPCH8+xo=";
|
2020-04-24 23:36:52 +00:00
|
|
|
|
|
|
|
buildInputs = [
|
|
|
|
clutter
|
|
|
|
dbus-glib
|
|
|
|
garcon
|
|
|
|
glib
|
|
|
|
gtk3
|
|
|
|
libX11
|
|
|
|
libXcomposite
|
|
|
|
libXdamage
|
|
|
|
libXinerama
|
2021-06-28 23:13:55 +00:00
|
|
|
libwnck
|
2020-04-24 23:36:52 +00:00
|
|
|
libxfce4ui
|
|
|
|
libxfce4util
|
|
|
|
xfconf
|
|
|
|
];
|
|
|
|
|
|
|
|
meta = {
|
|
|
|
description = "Gnome shell like dashboard";
|
|
|
|
};
|
|
|
|
}
|