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
Merge pull request #268619 from tweag/lib-descriptions
[NixPkgs.git]
/
pkgs
/
development
/
libraries
/
kde-frameworks
/
sonnet.nix
blob
c0ed3f7d79ba2675d52185e83cc5b0ea03e71e6b
1
{ mkDerivation
2
, extra-cmake-modules
3
, aspell, hunspell, qtbase, qttools
4
}:
5
6
mkDerivation {
7
pname = "sonnet";
8
nativeBuildInputs = [ extra-cmake-modules ];
9
buildInputs = [ aspell hunspell qttools ];
10
propagatedBuildInputs = [ qtbase ];
11
}