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


                   



                                                                 

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

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