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
biome: 1.9.2 -> 1.9.3
[NixPkgs.git]
/
pkgs
/
kde
/
plasma
/
libksysguard
/
default.nix
blob
5f6ecce543537825089b3e264ec5c5ebdd8ec7f3
1
{
2
mkKdeDerivation,
3
qtwebchannel,
4
qtwebengine,
5
qttools,
6
libpcap,
7
libnl,
8
lm_sensors,
9
}:
10
mkKdeDerivation {
11
pname = "libksysguard";
12
13
extraBuildInputs = [
14
qtwebchannel
15
qtwebengine
16
qttools
17
libpcap
18
libnl
19
lm_sensors
20
];
21
}