16 rustPlatform.buildRustPackage rec {
20 src = fetchFromGitLab {
24 hash = "sha256-/RdPq2rHs+lfB3odwO7yRGFi3j0INdJvbWccTsGO54g=";
28 lockFile = ./Cargo.lock;
30 "ansi-parser-0.9.1" = "sha256-Vdjt8QDstrfxYfklZ5vYPGhVNG1BVh4cpKGwvvsHlS4=";
31 "cursive-0.20.0" = "sha256-EGKO7JVN9hIqADKKC3mUHHOCSxMjPoXzYBZujzdgk3E=";
32 "cursive_buffered_backend-0.6.1" = "sha256-+sTJnp570HupwaJxV2x+oKyLwNmqQ4HqOH2P1s9Hhw8=";
33 "cursive_table_view-0.14.0" = "sha256-haos82qtobMsFCP3sNRu5u1mki4bsjrV+eqFxUGIHqk=";
43 buildInputs = lib.optionals stdenv.hostPlatform.isDarwin [
52 RUSTFLAGS = "--cfg tokio_unstable";
63 moveToOutput "lib" "$lib"
67 updateScript = gitUpdater { rev-prefix = "v"; };
69 veilid-version = testers.testVersion {
76 description = "Open-source, peer-to-peer, mobile-first, networked application framework";
77 mainProgram = "veilid-server";
78 homepage = "https://veilid.com";
79 license = licenses.mpl20;
80 maintainers = with maintainers; [