7 stdenv.mkDerivation (finalAttrs: {
9 version = "1.1-unstable-2022-09-24";
12 url = "https://git.suckless.org/xssstate/";
13 rev = "5d8e9b49ce2970f786f1e5aa12bbaae83900453f";
14 hash = "sha256-Aor12tU1I/qNZCdBhZcvNK1FWFh0HYK8CEI29X5yoeA=";
23 "PREFIX=${placeholder "out"}"
24 "VERSION=${finalAttrs.version}"
28 description = "Simple tool to retrieve the X screensaver state";
29 license = licenses.mit;
30 maintainers = with maintainers; [ onemoresuza ];
31 platforms = platforms.linux;
32 mainProgram = "xssstate";