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