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