xdg-desktop-portal-kde: fix missing dependencies
This commit is contained in:
parent
626233eee6
commit
c9b3404d57
@ -1,13 +1,15 @@
|
|||||||
{
|
{
|
||||||
mkDerivation,
|
mkDerivation,
|
||||||
extra-cmake-modules, gettext, kdoctools, python,
|
extra-cmake-modules, gettext, kdoctools, python,
|
||||||
kcoreaddons, knotifications, kwayland, kwidgetsaddons
|
kcoreaddons, knotifications, kwayland, kwidgetsaddons,
|
||||||
|
cups, pcre, pipewire
|
||||||
}:
|
}:
|
||||||
|
|
||||||
mkDerivation {
|
mkDerivation {
|
||||||
name = "xdg-desktop-portal-kde";
|
name = "xdg-desktop-portal-kde";
|
||||||
nativeBuildInputs = [ extra-cmake-modules gettext kdoctools python ];
|
nativeBuildInputs = [ extra-cmake-modules gettext kdoctools python ];
|
||||||
buildInputs = [
|
buildInputs = [
|
||||||
|
cups pcre pipewire
|
||||||
kcoreaddons knotifications kwayland kwidgetsaddons
|
kcoreaddons knotifications kwayland kwidgetsaddons
|
||||||
];
|
];
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user