summary refs log blame commit diff
path: root/pkgs/desktops/plasma-5/xdg-desktop-portal-kde.nix
blob: 2b0450928f5a6cbec131d9a1ecdb7a82c557f247 (plain) (tree)
1
2
3
4
5
6
7
8
9
10
11
 
                    
                                                  
                                                                
                                                                       

                                                                           



                                  
                                                         

                                                                       
                                                           

                                                                        
                                                                    

    
{
  mkDerivation, lib,
  extra-cmake-modules, gettext, kdoctools, python,
  cups, epoxy, mesa, pcre, pipewire, wayland, wayland-protocols,
  kcoreaddons, knotifications, kwayland, kwidgetsaddons, kwindowsystem,
  kirigami2, kdeclarative, plasma-framework, plasma-wayland-protocols, kio,
  qtbase
}:

mkDerivation {
  name = "xdg-desktop-portal-kde";
  meta.broken = lib.versionOlder qtbase.version "5.15.0";
  nativeBuildInputs = [ extra-cmake-modules gettext kdoctools python ];
  buildInputs = [
    cups epoxy mesa pcre pipewire wayland wayland-protocols

    kio kcoreaddons knotifications kwayland kwidgetsaddons kwindowsystem
    kirigami2 kdeclarative plasma-framework plasma-wayland-protocols
  ];
}