10 stdenv.mkDerivation (finalAttrs: {
14 src = fetchFromGitHub {
17 rev = finalAttrs.version;
18 sha256 = "sha256-MawkT4RconRDDCNnaWMxU18lK34ywcebbiHlYeZn/lc=";
34 homepage = "https://github.com/g0hl1n/xprintidle";
35 description = "Utility that queries the X server for the user's idle time and prints it to stdout";
36 license = licenses.gpl2Only;
37 maintainers = with maintainers; [ fgaz ];
38 platforms = platforms.linux;
39 mainProgram = "xprintidle";