Merge pull request #107674 from eliasp/yakuake-kwayland

yakuake: add missing kwayland dependency
This commit is contained in:
Jörg Thalheim
2020-12-27 06:29:13 +00:00
committed by GitHub

View File

@@ -1,7 +1,7 @@
{
mkDerivation, lib, kdoctools, extra-cmake-modules,
karchive, kcrash, kdbusaddons, ki18n, kiconthemes, knewstuff, knotifications,
knotifyconfig, konsole, kparts, kwindowsystem, qtx11extras
knotifyconfig, konsole, kparts, kwayland, kwindowsystem, qtx11extras
}:
mkDerivation {
@@ -9,7 +9,7 @@ mkDerivation {
buildInputs = [
karchive kcrash kdbusaddons ki18n kiconthemes knewstuff knotifications
knotifyconfig kparts kwindowsystem qtx11extras
knotifyconfig kparts kwayland kwindowsystem qtx11extras
];
propagatedBuildInputs = [