9 rustPlatform.buildRustPackage rec {
13 src = fetchFromGitHub {
14 owner = "coastalwhite";
17 hash = "sha256-YDopY+wdWlVL2X+/wc1tLSSqFclAkt++JXMK3VodD4s=";
21 # part of https://github.com/coastalwhite/lemurs/commit/09003a830400250ec7745939399fc942c505e6c6, but including the rest of the commit may be breaking
22 ./0001-fix-static-lifetime-string.patch
25 cargoHash = "sha256-uuHPJe+1VsnLRGbHtgTMrib6Tk359cwTDVfvtHnDToo=";
31 passthru.tests.version = testers.testVersion {
36 description = "Customizable TUI display/login manager written in Rust";
37 homepage = "https://github.com/coastalwhite/lemurs";
38 license = with licenses; [
42 maintainers = with maintainers; [ jeremiahs ];
43 mainProgram = "lemurs";