Merge pull request #56332 from peterhoeg/f/portal

xdg-desktop-portal-kde: fix missing dependency
This commit is contained in:
Peter Hoeg 2019-02-25 13:51:12 +08:00 committed by GitHub
commit 2d02c93978
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1,7 +1,7 @@
{
mkDerivation,
extra-cmake-modules, gettext, kdoctools, python,
kcoreaddons, knotifications, kwayland, kwidgetsaddons,
kcoreaddons, knotifications, kwayland, kwidgetsaddons, kwindowsystem,
cups, pcre, pipewire
}:
@ -10,6 +10,6 @@ mkDerivation {
nativeBuildInputs = [ extra-cmake-modules gettext kdoctools python ];
buildInputs = [
cups pcre pipewire
kcoreaddons knotifications kwayland kwidgetsaddons
kcoreaddons knotifications kwayland kwidgetsaddons kwindowsystem
];
}