summary refs log tree commit diff
path: root/pkgs/desktops/plasma-5/xdg-desktop-portal-kde.nix
blob: 1e04eb1e2b004ac2de1910942ce708f234ac0a4f (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
{
  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
  ];
}