12 stdenv.mkDerivation rec {
16 src = fetchFromSourcehut {
20 sha256 = "0l71v3fzgiiv6xkk365q1l08qvaymxd4kpaya6r2g8yzkr7i2hms";
28 nativeBuildInputs = [ pkg-config scdoc wayland-scanner ];
29 buildInputs = [ wayland wayland-protocols libxkbcommon ];
31 installFlags = [ "PREFIX=$(out)" ];
34 homepage = "https://git.sr.ht/~sircmpwn/wev";
35 description = "Wayland event viewer";
37 This is a tool for debugging events on a Wayland window, analogous to the
40 license = licenses.mit;
41 maintainers = with maintainers; [ primeos ];
42 platforms = platforms.linux;