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