Files
takana/recipes/incoming/magic-wormhole.toml
T

20 lines
750 B
TOML

# Importada de nixpkgs por `hammer import-nix` (Etapa G). PUNTO DE PARTIDA, no final:
# - el build usa el lab de hammer (zig-cc / musl estático), NO el stdenv de nix ⇒ revisá
# compiler/link/phases y adaptá hasta que compile.
# - las deps van con su nombre NIX; remapealas a las recetas del corpus si difieren.
name = "magic-wormhole"
version = "0.24.0"
[source]
repo = "https://github.com/magic-wormhole/magic-wormhole"
commit = "3bf46e020341ff966aa1ca58d7260005256c1a8f"
[build]
compiler = "zig-cc"
target = "x86_64-linux-musl"
link = "static"
flags = []
[deps]
build = ["python3", "setuptools", "versioneer", "hypothesis", "magic-wormhole-mailbox-server", "magic-wormhole-transit-relay", "pytest-twisted", "noiseprotocol"]