summary refs log blame commit diff
path: root/pkgs/applications/kde/kdf.nix
blob: 5a969aa15cfe609e429fbc9fd2ededf1ad020b19 (plain) (tree)
1
2
3
4
5
6
 

                                                


          







                                                                      
 
{
  mkDerivation, lib,
  extra-cmake-modules, kdoctools, wrapGAppsHook,
  kcmutils
}:

mkDerivation {
  name = "kdf";
  meta = {
    license = with lib.licenses; [ gpl2 ];
    maintainers = [ lib.maintainers.peterhoeg ];
  };
  nativeBuildInputs = [ extra-cmake-modules kdoctools wrapGAppsHook ];
  propagatedBuildInputs = [ kcmutils ];
}