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
/
desktops
/
plasma-5
/
ksystemstats.nix
blob
5b552a1f7860557ac67c769abfc3ba84ffcfc0e4
1
{ mkDerivation
2
, lib
3
, extra-cmake-modules
4
, libksysguard
5
, libnl
6
, lm_sensors
7
, networkmanager-qt
8
}:
9
10
mkDerivation {
11
pname = "ksystemstats";
12
env.NIX_CFLAGS_COMPILE = toString [ "-I${lib.getBin libksysguard}/share" ];
13
nativeBuildInputs = [ extra-cmake-modules ];
14
buildInputs = [ libksysguard libnl lm_sensors networkmanager-qt ];
15
}