Merge pull request #330634 from r-ryantm/auto-update/circumflex
[NixPkgs.git] / pkgs / desktops / xfce / applications / xfdashboard / default.nix
blobfd92e2c92e8f7e285d70e8f0cf71bd153b72c779
1 { lib
2 , mkXfceDerivation
3 , clutter
4 , libXcomposite
5 , libXinerama
6 , libXdamage
7 , libX11
8 , libwnck
9 , libxfce4ui
10 , libxfce4util
11 , garcon
12 , xfconf
13 , gtk3
14 , glib
15 , dbus-glib
18 mkXfceDerivation {
19   category = "apps";
20   pname = "xfdashboard";
21   version = "1.0.0";
22   rev-prefix = "";
24   sha256 = "sha256-iC41I0u9id9irUNyjuvRRzSldF3dzRYkaxb/fgptnq4=";
26   buildInputs = [
27     clutter
28     dbus-glib
29     garcon
30     glib
31     gtk3
32     libX11
33     libXcomposite
34     libXdamage
35     libXinerama
36     libwnck
37     libxfce4ui
38     libxfce4util
39     xfconf
40   ];
42   meta = with lib; {
43     description = "Gnome shell like dashboard";
44     maintainers = with maintainers; [ ] ++ teams.xfce.members;
45   };