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
/
frameworks
/
kiconthemes
/
default.nix
blob
de93cd9d8360ef3e2f36d157aea3f540755d2c95
1
{
2
mkKdeDerivation,
3
qtdeclarative,
4
qtsvg,
5
qttools,
6
}:
7
mkKdeDerivation {
8
pname = "kiconthemes";
9
10
extraBuildInputs = [
11
qtdeclarative
12
qtsvg
13
qttools
14
];
15
meta.mainProgram = "kiconfinder6";
16
}