1 { lib, stdenv, fetchFromSourcehut, wayland-scanner, wayland }:
3 stdenv.mkDerivation rec {
7 src = fetchFromSourcehut {
8 owner = "~leon_plickat";
11 hash = "sha256-Orwa7sV56AeznEcq/Xj5qj4PALMxq0CI+ZnXuY4JYE0=";
14 nativeBuildInputs = [ wayland-scanner ];
15 buildInputs = [ wayland ];
18 "DESTDIR=${placeholder "out"}"
23 description = "A command that lists Wayland toplevels";
24 homepage = "https://sr.ht/~leon_plickat/lswt";
25 license = licenses.gpl3Only;
26 maintainers = with maintainers; [ edrex ];
27 platforms = platforms.linux;