summary refs log tree commit diff
path: root/pkgs/development/libraries/kde-frameworks/sonnet.nix
blob: 28c24302abc411855f84ea1a17bb20c9d6c7c7ea (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
{ kdeFramework, lib
, extra-cmake-modules
, hunspell
}:

kdeFramework {
  name = "sonnet";
  meta = { maintainers = [ lib.maintainers.ttuegel ]; };
  nativeBuildInputs = [ extra-cmake-modules ];
  buildInputs = [ hunspell ];
}