biome: 1.9.2 -> 1.9.3
[NixPkgs.git] / pkgs / kde / frameworks / kiconthemes / default.nix
blobde93cd9d8360ef3e2f36d157aea3f540755d2c95
2   mkKdeDerivation,
3   qtdeclarative,
4   qtsvg,
5   qttools,
6 }:
7 mkKdeDerivation {
8   pname = "kiconthemes";
10   extraBuildInputs = [
11     qtdeclarative
12     qtsvg
13     qttools
14   ];
15   meta.mainProgram = "kiconfinder6";