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
/
ktextwidgets
/
default.nix
blob
a90de215c598d0df4dd80988480684dd3a96f434
1
{
2
mkKdeDerivation,
3
qtspeech,
4
qttools,
5
}:
6
mkKdeDerivation {
7
pname = "ktextwidgets";
8
9
extraBuildInputs = [
10
qtspeech
11
qttools
12
];
13
}