kidletime: Add dependency on wayland-protocols
This commit is contained in:
@@ -2,12 +2,12 @@
|
||||
mkDerivation,
|
||||
extra-cmake-modules,
|
||||
qtbase, qtx11extras,
|
||||
wayland, plasma-wayland-protocols
|
||||
wayland, wayland-protocols, plasma-wayland-protocols
|
||||
}:
|
||||
|
||||
mkDerivation {
|
||||
pname = "kidletime";
|
||||
nativeBuildInputs = [ extra-cmake-modules ];
|
||||
buildInputs = [ qtx11extras wayland plasma-wayland-protocols ];
|
||||
buildInputs = [ qtx11extras wayland wayland-protocols plasma-wayland-protocols ];
|
||||
propagatedBuildInputs = [ qtbase ];
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user