2018-02-22 00:01:15 -08:00
|
|
|
{
|
|
|
|
mkDerivation,
|
|
|
|
extra-cmake-modules, gettext, kdoctools, python,
|
2019-01-13 22:13:25 -08:00
|
|
|
kcoreaddons, knotifications, kwayland, kwidgetsaddons,
|
|
|
|
cups, pcre, pipewire
|
2018-02-22 00:01:15 -08:00
|
|
|
}:
|
|
|
|
|
|
|
|
mkDerivation {
|
|
|
|
name = "xdg-desktop-portal-kde";
|
|
|
|
nativeBuildInputs = [ extra-cmake-modules gettext kdoctools python ];
|
|
|
|
buildInputs = [
|
2019-01-13 22:13:25 -08:00
|
|
|
cups pcre pipewire
|
2018-05-21 13:59:37 -07:00
|
|
|
kcoreaddons knotifications kwayland kwidgetsaddons
|
2018-02-22 00:01:15 -08:00
|
|
|
];
|
|
|
|
}
|