20 lines
604 B
TOML
20 lines
604 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 = "toolong"
|
|
version = "1.5.0"
|
|
|
|
[source]
|
|
repo = "https://github.com/Textualize/toolong"
|
|
commit = "5aa22ee878026f46d4d265905c4e1df4d37842ae"
|
|
|
|
[build]
|
|
compiler = "zig-cc"
|
|
target = "x86_64-linux-musl"
|
|
link = "static"
|
|
flags = []
|
|
|
|
[deps]
|
|
build = ["python3", "poetry-core"]
|