xdg-desktop-portal-kde: fix missing dependency
This commit is contained in:
parent
19eedaf867
commit
41b216cda8
1 changed files with 2 additions and 2 deletions
|
@ -1,7 +1,7 @@
|
||||||
{
|
{
|
||||||
mkDerivation,
|
mkDerivation,
|
||||||
extra-cmake-modules, gettext, kdoctools, python,
|
extra-cmake-modules, gettext, kdoctools, python,
|
||||||
kcoreaddons, knotifications, kwayland, kwidgetsaddons,
|
kcoreaddons, knotifications, kwayland, kwidgetsaddons, kwindowsystem,
|
||||||
cups, pcre, pipewire
|
cups, pcre, pipewire
|
||||||
}:
|
}:
|
||||||
|
|
||||||
|
@ -10,6 +10,6 @@ mkDerivation {
|
||||||
nativeBuildInputs = [ extra-cmake-modules gettext kdoctools python ];
|
nativeBuildInputs = [ extra-cmake-modules gettext kdoctools python ];
|
||||||
buildInputs = [
|
buildInputs = [
|
||||||
cups pcre pipewire
|
cups pcre pipewire
|
||||||
kcoreaddons knotifications kwayland kwidgetsaddons
|
kcoreaddons knotifications kwayland kwidgetsaddons kwindowsystem
|
||||||
];
|
];
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue