11 stdenv.mkDerivation rec {
12 pname = "river-tag-overlay";
15 src = fetchFromSourcehut {
16 owner = "~leon_plickat";
19 hash = "sha256-hLyXdLi/ldvwPJ1oQQsH5wgflQJuXu6vhYw/qdKAV9E=";
25 url = "https://git.sr.ht/~leon_plickat/river-tag-overlay/commit/791eaadf46482121a4c811ffba13d03168d74d8f.patch";
26 sha256 = "CxSDcweHGup1EF3oD/2vhP6RFoeYorj0BwmlgA3tbPE=";
30 buildInputs = [ pixman wayland ];
31 nativeBuildInputs = [ pkg-config wayland-scanner ];
34 "DESTDIR=${placeholder "out"}"
39 description = "Pop-up showing tag status";
40 homepage = "https://sr.ht/~leon_plickat/river-tag-overlay";
41 license = licenses.gpl3Only;
42 maintainers = with maintainers; [ edrex ];
43 platforms = platforms.linux;
44 mainProgram = "river-tag-overlay";