python312Packages.lion-pytorch: 0.2.2 -> 0.2.3 (#364581)
[NixPkgs.git] / pkgs / desktops / xfce / applications / xfdashboard / default.nix
blob697df1247e4cc61e4f7f90f97aa9e731a38f2b55
2   lib,
3   mkXfceDerivation,
4   clutter,
5   libXcomposite,
6   libXinerama,
7   libXdamage,
8   libX11,
9   libwnck,
10   libxfce4ui,
11   libxfce4util,
12   garcon,
13   xfconf,
14   gtk3,
15   glib,
16   dbus-glib,
19 mkXfceDerivation {
20   category = "apps";
21   pname = "xfdashboard";
22   version = "1.0.0";
23   rev-prefix = "";
25   sha256 = "sha256-iC41I0u9id9irUNyjuvRRzSldF3dzRYkaxb/fgptnq4=";
27   buildInputs = [
28     clutter
29     dbus-glib
30     garcon
31     glib
32     gtk3
33     libX11
34     libXcomposite
35     libXdamage
36     libXinerama
37     libwnck
38     libxfce4ui
39     libxfce4util
40     xfconf
41   ];
43   meta = with lib; {
44     description = "Gnome shell like dashboard";
45     maintainers = with maintainers; [ ] ++ teams.xfce.members;
46   };