11 rustPlatform.buildRustPackage rec {
15 src = fetchFromGitHub {
19 hash = "sha256-FVd8NQVtzlZsDY40ZMJDdaX+6Q5jUxZHUq2v+kDFVOk=";
22 cargoHash = "sha256-48qDAgHf1tGUwhQWqEi4LQQmSi9PplTlgjVd7/yxZZc=";
31 ] ++ lib.optionals stdenv.hostPlatform.isDarwin [
32 darwin.apple_sdk.frameworks.CoreServices
33 darwin.apple_sdk.frameworks.SystemConfiguration
36 # requires internet access
43 RUSTONIG_SYSTEM_LIBONIG = true;
44 ORANDA_USE_TAILWIND_BINARY = true;
45 } // lib.optionalAttrs stdenv.hostPlatform.isDarwin {
46 # without this, tailwindcss fails with OpenSSL configuration error
51 description = "Generate beautiful landing pages for your developer tools";
52 homepage = "https://github.com/axodotdev/oranda";
53 changelog = "https://github.com/axodotdev/oranda/blob/${src.rev}/CHANGELOG.md";
54 license = with licenses; [ asl20 mit ];
55 maintainers = with maintainers; [ figsoda ];
56 mainProgram = "oranda";