depot/pkgs/development/libraries/kde-frameworks/kidletime.nix

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

13 lines
360 B
Nix
Raw Normal View History

{ mkDerivation
, extra-cmake-modules, wayland-scanner
, qtbase, qtx11extras
, wayland, wayland-protocols, plasma-wayland-protocols
}:
mkDerivation {
pname = "kidletime";
nativeBuildInputs = [ extra-cmake-modules wayland-scanner ];
buildInputs = [ qtx11extras wayland wayland-protocols plasma-wayland-protocols ];
propagatedBuildInputs = [ qtbase ];
}