summary refs log blame commit diff
path: root/pkgs/desktops/plasma-5/kdecoration.nix
blob: 569da3c703499766f243fcae9274e7e8b1087380 (plain) (tree)
1
2
3
4
5
6
7
8
                                                     
 
              
                       
                                              
                                 
                            
 
{ mkDerivation, extra-cmake-modules, qtbase, ki18n }:

mkDerivation {
  name = "kdecoration";
  nativeBuildInputs = [ extra-cmake-modules ];
  buildInputs = [ qtbase ki18n ];
  outputs = [ "out" "dev" ];
}