11 stdenv.mkDerivation rec {
15 src = fetchFromGitHub {
19 hash = "sha256-YQHJ9sLHSV8GJP7IpRzmtDbeB86y/a48mLcYy4iDciw=";
36 description = "simple, stupid idle inhibitor for wayland";
37 license = lib.licenses.mit;
38 homepage = "https://github.com/0x5a4/wlinhibit";
39 platforms = lib.platforms.linux;
40 maintainers = with lib.maintainers; [_0x5a4];