repo.or.cz
/
NixPkgs.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
python312Packages.lion-pytorch: 0.2.2 -> 0.2.3 (#364581)
[NixPkgs.git]
/
pkgs
/
desktops
/
xfce
/
applications
/
xfdashboard
/
default.nix
blob
697df1247e4cc61e4f7f90f97aa9e731a38f2b55
1
{
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,
17
}:
18
19
mkXfceDerivation {
20
category = "apps";
21
pname = "xfdashboard";
22
version = "1.0.0";
23
rev-prefix = "";
24
25
sha256 = "sha256-iC41I0u9id9irUNyjuvRRzSldF3dzRYkaxb/fgptnq4=";
26
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
];
42
43
meta = with lib; {
44
description = "Gnome shell like dashboard";
45
maintainers = with maintainers; [ ] ++ teams.xfce.members;
46
};
47
}