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


                                                  
                                                                       
                           





                                                                       
                          
                                                                    

    
{
  mkDerivation,
  extra-cmake-modules, gettext, kdoctools, python,
  kcoreaddons, knotifications, kwayland, kwidgetsaddons, kwindowsystem,
  cups, pcre, pipewire, kio
}:

mkDerivation {
  name = "xdg-desktop-portal-kde";
  nativeBuildInputs = [ extra-cmake-modules gettext kdoctools python ];
  buildInputs = [
    cups pcre pipewire kio
    kcoreaddons knotifications kwayland kwidgetsaddons kwindowsystem
  ];
}