1 { lib, stdenv, fetchFromSourcehut, fetchpatch
2 , wayland, pixman, pkg-config, wayland-scanner
5 stdenv.mkDerivation rec {
6 pname = "river-tag-overlay";
9 src = fetchFromSourcehut {
10 owner = "~leon_plickat";
13 hash = "sha256-hLyXdLi/ldvwPJ1oQQsH5wgflQJuXu6vhYw/qdKAV9E=";
19 url = "https://git.sr.ht/~leon_plickat/river-tag-overlay/commit/791eaadf46482121a4c811ffba13d03168d74d8f.patch";
20 sha256 = "CxSDcweHGup1EF3oD/2vhP6RFoeYorj0BwmlgA3tbPE=";
24 buildInputs = [ pixman wayland ];
25 nativeBuildInputs = [ pkg-config wayland-scanner ];
28 "DESTDIR=${placeholder "out"}"
33 description = "A pop-up showing tag status";
34 homepage = "https://sr.ht/~leon_plickat/river-tag-overlay";
35 license = licenses.gpl3Only;
36 maintainers = with maintainers; [ edrex ];
37 platforms = platforms.linux;