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
vimPlugins.blink-cmp: 0.7.3 -> 0.7.6 (#364100)
[NixPkgs.git]
/
pkgs
/
kde
/
frameworks
/
kitemviews
/
default.nix
blob
487d63092c002f911183eba2507356e82d2a9b2a
1
{
2
mkKdeDerivation,
3
qttools,
4
}:
5
mkKdeDerivation {
6
pname = "kitemviews";
7
8
extraNativeBuildInputs = [ qttools ];
9
}