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
lucenepp: fix darwin build (#376776)
[NixPkgs.git]
/
pkgs
/
kde
/
plasma
/
plasma-disks
/
default.nix
blob
db687bcbb8dee2792529cc2f70838c320eee60d6
1
{
2
mkKdeDerivation,
3
lib,
4
replaceVars,
5
smartmontools,
6
}:
7
mkKdeDerivation {
8
pname = "plasma-disks";
9
10
patches = [
11
(replaceVars ./smartctl-path.patch {
12
smartctl = lib.getExe smartmontools;
13
})
14
];
15
}