Loading pkgs/applications/display-managers/greetd/wlgreet.nix +13 −0 Original line number Diff line number Diff line { lib , rustPlatform , fetchFromSourcehut , autoPatchelfHook , gcc-unwrapped , wayland , libxkbcommon }: rustPlatform.buildRustPackage rec { Loading @@ -16,6 +20,15 @@ rustPlatform.buildRustPackage rec { cargoHash = "sha256-1ugExUtrzqyd9dTlBHcc44UrtEfYrfUryuG79IkTv2Y="; nativeBuildInputs = [ autoPatchelfHook ]; buildInputs = [ gcc-unwrapped ]; runtimeDependencies = map lib.getLib [ gcc-unwrapped wayland libxkbcommon ]; meta = with lib; { description = "Raw wayland greeter for greetd, to be run under sway or similar"; mainProgram = "wlgreet"; Loading Loading
pkgs/applications/display-managers/greetd/wlgreet.nix +13 −0 Original line number Diff line number Diff line { lib , rustPlatform , fetchFromSourcehut , autoPatchelfHook , gcc-unwrapped , wayland , libxkbcommon }: rustPlatform.buildRustPackage rec { Loading @@ -16,6 +20,15 @@ rustPlatform.buildRustPackage rec { cargoHash = "sha256-1ugExUtrzqyd9dTlBHcc44UrtEfYrfUryuG79IkTv2Y="; nativeBuildInputs = [ autoPatchelfHook ]; buildInputs = [ gcc-unwrapped ]; runtimeDependencies = map lib.getLib [ gcc-unwrapped wayland libxkbcommon ]; meta = with lib; { description = "Raw wayland greeter for greetd, to be run under sway or similar"; mainProgram = "wlgreet"; Loading