mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-04-14 02:27:41 +00:00
kidletime: add new Wayland deps
This commit is contained in:
parent
1a805a718d
commit
6c2e5077f2
@ -1,12 +1,13 @@
|
||||
{
|
||||
mkDerivation,
|
||||
extra-cmake-modules,
|
||||
qtbase, qtx11extras
|
||||
qtbase, qtx11extras,
|
||||
wayland, plasma-wayland-protocols
|
||||
}:
|
||||
|
||||
mkDerivation {
|
||||
pname = "kidletime";
|
||||
nativeBuildInputs = [ extra-cmake-modules ];
|
||||
buildInputs = [ qtx11extras ];
|
||||
buildInputs = [ qtx11extras wayland plasma-wayland-protocols ];
|
||||
propagatedBuildInputs = [ qtbase ];
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user