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
vscode-extensions.sas.sas-lsp: 1.12.0 -> 1.13.0 (#367941)
[NixPkgs.git]
/
pkgs
/
kde
/
frameworks
/
kcompletion
/
default.nix
blob
922182e9280bd351f4aef4df9f0065060fca8a03
1
{
2
mkKdeDerivation,
3
qttools,
4
}:
5
mkKdeDerivation {
6
pname = "kcompletion";
7
8
extraNativeBuildInputs = [ qttools ];
9
}