summary refs log blame commit diff
path: root/pkgs/desktops/plasma-5/kgamma5.nix
blob: ccbf3820b908c932695a7c7c0b9ac494ea34c4b6 (plain) (tree)
1
2
3
4
5
6
7
8
9


                                 
                                                         

  
              
                   
                                                        
                                                                        
 
{
  mkDerivation,
  extra-cmake-modules, kdoctools,
  kconfig, kconfigwidgets, ki18n, qtx11extras, libXxf86vm
}:

mkDerivation {
  name = "kgamma5";
  nativeBuildInputs = [ extra-cmake-modules kdoctools ];
  buildInputs = [ kconfig kconfigwidgets ki18n qtx11extras libXxf86vm ];
}