11 rustPlatform.buildRustPackage rec {
15 src = fetchFromGitHub {
19 hash = "sha256-BOMAkmJ2i/zqp6v49xeIF+EfZob8yXohPh86ERwp5OU=";
22 cargoHash = "sha256-SjXPfrO/YiOb1gOw75nAstKFipeIvLV6yl/sy+BZqE4=";
31 ] ++ lib.optionals stdenv.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.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";