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
pytrainer: unpin python 3.10
[NixPkgs.git]
/
pkgs
/
kde
/
frameworks
/
sonnet
/
default.nix
blob
fbeb8b10d555b97c8a78f0e94d0c0c172e0b8518
1
{
2
mkKdeDerivation,
3
qtdeclarative,
4
qttools,
5
pkg-config,
6
aspell,
7
hunspell,
8
}:
9
mkKdeDerivation {
10
pname = "sonnet";
11
12
extraNativeBuildInputs = [
13
qttools
14
pkg-config
15
];
16
extraBuildInputs = [
17
qtdeclarative
18
aspell
19
hunspell
20
];
21
meta.mainProgram = "parsetrigrams6";
22
}