11 rustPlatform.buildRustPackage rec {
15 src = fetchFromSourcehut {
16 owner = "~kennylevinsen";
19 hash = "sha256-TQTHFBOTxtSuzrAG4cjZ9oirl80xc0rPdYeLJ0t39DQ=";
22 cargoHash = "sha256-+YGhfEq2RltPq5oLLh1h+vGphDpoGZNVdvzko3P1iUQ=";
24 nativeBuildInputs = [ autoPatchelfHook ];
25 buildInputs = [ gcc-unwrapped ];
27 runtimeDependencies = map lib.getLib [
34 description = "Raw wayland greeter for greetd, to be run under sway or similar";
35 mainProgram = "wlgreet";
36 homepage = "https://git.sr.ht/~kennylevinsen/wlgreet";
37 license = licenses.gpl3Plus;
38 maintainers = with maintainers; [ ];
39 platforms = platforms.linux;