2018-02-22 09:01:15 +01:00
|
|
|
{
|
2020-12-05 21:55:12 +01:00
|
|
|
mkDerivation, lib,
|
2021-03-03 01:30:39 +01:00
|
|
|
extra-cmake-modules, gettext, kdoctools,
|
2020-12-03 22:39:53 +01:00
|
|
|
cups, epoxy, mesa, pcre, pipewire, wayland, wayland-protocols,
|
2020-09-01 12:54:30 +02:00
|
|
|
kcoreaddons, knotifications, kwayland, kwidgetsaddons, kwindowsystem,
|
2020-12-05 21:55:12 +01:00
|
|
|
kirigami2, kdeclarative, plasma-framework, plasma-wayland-protocols, kio,
|
|
|
|
qtbase
|
2018-02-22 09:01:15 +01:00
|
|
|
}:
|
|
|
|
|
|
|
|
mkDerivation {
|
|
|
|
name = "xdg-desktop-portal-kde";
|
2021-03-03 01:30:39 +01:00
|
|
|
nativeBuildInputs = [ extra-cmake-modules gettext kdoctools ];
|
2018-02-22 09:01:15 +01:00
|
|
|
buildInputs = [
|
2020-12-03 22:39:53 +01:00
|
|
|
cups epoxy mesa pcre pipewire wayland wayland-protocols
|
2020-09-01 12:54:30 +02:00
|
|
|
|
|
|
|
kio kcoreaddons knotifications kwayland kwidgetsaddons kwindowsystem
|
2020-12-03 22:39:53 +01:00
|
|
|
kirigami2 kdeclarative plasma-framework plasma-wayland-protocols
|
2018-02-22 09:01:15 +01:00
|
|
|
];
|
|
|
|
}
|