7 rustPlatform.buildRustPackage rec {
11 src = fetchFromSourcehut {
12 owner = "~shinyzenith";
15 hash = "sha256-T2gqiRcKrKsvwGNnWrxR1Ga/VX4AyllYn1H25aIKt5s=";
18 cargoHash = "sha256-gw5m1/btJ5zZP04C7BCnHqEOUBoeu0whK8W7xA+xSQo=";
21 patchelf --set-rpath ${lib.makeLibraryPath [wayland]} $out/bin/waylevel
25 description = "A tool to print wayland toplevels and other compositor info";
26 homepage = "https://git.sr.ht/~shinyzenith/waylevel";
27 license = licenses.bsd2;
28 maintainers = with maintainers; [ dit7ya ];
29 platforms = platforms.linux;