11 stdenv.mkDerivation (finalAttrs: {
15 src = fetchFromSourcehut {
18 rev = "v${finalAttrs.version}";
19 hash = "sha256-uggIoO6rgotkLi6lSJTR4d3NtidXsAC1Kjay9YsT9ps=";
22 nativeBuildInputs = [ pkg-config scdoc ];
24 buildInputs = [ libX11 cairo pango ];
26 installFlags = [ "PREFIX=$(out)" ];
29 description = "Programming language agnostic view layer for creating desktop widgets and status bars";
30 homepage = "https://git.sr.ht/~salmiak/lesbar";
31 license = licenses.mit;
32 maintainers = with maintainers; [ jpentland ];
33 platforms = platforms.linux;
34 mainProgram = "lesbar";