yakuake: add missing kwayland dependency
The optional dependeny kwayland was missing, CMake complained about it. It might be helpful once a Wayland Plasma5 session becomes reality. See also: https://github.com/NixOS/nixpkgs/pull/100057
This commit is contained in:
parent
d26e8bdd9e
commit
a9a3018c1c
|
@ -1,7 +1,7 @@
|
||||||
{
|
{
|
||||||
mkDerivation, lib, kdoctools, extra-cmake-modules,
|
mkDerivation, lib, kdoctools, extra-cmake-modules,
|
||||||
karchive, kcrash, kdbusaddons, ki18n, kiconthemes, knewstuff, knotifications,
|
karchive, kcrash, kdbusaddons, ki18n, kiconthemes, knewstuff, knotifications,
|
||||||
knotifyconfig, konsole, kparts, kwindowsystem, qtx11extras
|
knotifyconfig, konsole, kparts, kwayland, kwindowsystem, qtx11extras
|
||||||
}:
|
}:
|
||||||
|
|
||||||
mkDerivation {
|
mkDerivation {
|
||||||
|
@ -9,7 +9,7 @@ mkDerivation {
|
||||||
|
|
||||||
buildInputs = [
|
buildInputs = [
|
||||||
karchive kcrash kdbusaddons ki18n kiconthemes knewstuff knotifications
|
karchive kcrash kdbusaddons ki18n kiconthemes knewstuff knotifications
|
||||||
knotifyconfig kparts kwindowsystem qtx11extras
|
knotifyconfig kparts kwayland kwindowsystem qtx11extras
|
||||||
];
|
];
|
||||||
|
|
||||||
propagatedBuildInputs = [
|
propagatedBuildInputs = [
|
||||||
|
|
Loading…
Reference in New Issue