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