15 rustPlatform.buildRustPackage rec {
20 inherit pname version;
21 hash = "sha256-0Kg2/+S8EuMYZQaK4Ao+mbS7K48VhVWjPL+LnoVJMSw=";
24 cargoHash = "sha256-RMo6q/GSAV1bCMWtR+wu9xGKCgz/Ie6t/8oirBly/LQ=";
25 buildFeatures = [ "optimizations" ];
32 buildInputs = [ openssl ];
34 OPENSSL_NO_VENDOR = 1;
36 nativeCheckInputs = [ rustfmt ];
39 # requires network access
40 "--skip=serve::proxy::test"
44 updateScript = nix-update-script { };
45 tests.version = testers.testVersion { package = dioxus-cli; };
49 homepage = "https://dioxuslabs.com";
50 description = "CLI tool for developing, testing, and publishing Dioxus apps";
51 changelog = "https://github.com/DioxusLabs/dioxus/releases";
52 license = with licenses; [
56 maintainers = with maintainers; [