summary refs log blame commit diff
path: root/pkgs/development/libraries/kde-frameworks/sonnet.nix
blob: ae3e72e2a46ab7ce93c16352e2dd871376aec421 (plain) (tree)
1
2
3
4
5
6
7
8
9
10
11
                   

                           



                  



                                                                 

                                                      
 
{ kdeFramework, lib
, extra-cmake-modules
, hunspell, qtbase, qttools
}:

kdeFramework {
  name = "sonnet";
  meta = {
    maintainers = [ lib.maintainers.ttuegel ];
    broken = builtins.compareVersions qtbase.version "5.6.0" < 0;
  };
  nativeBuildInputs = [ extra-cmake-modules qttools ];
  buildInputs = [ hunspell qtbase ];
}