forked from mirrors/nixpkgs
kidletime: Add dependency on wayland-protocols
This commit is contained in:
parent
7fdde1893b
commit
79c0056777
|
@ -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 ];
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue