summary refs log tree commit diff
path: root/pkgs/desktops/plasma-5/xdg-desktop-portal-kde.nix
blob: ae1ee50a1211a86fd44780c0373845bdab4adee3 (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
}:

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