# 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 = "ddh" version = "0.13.0" license = "LGPL-3.0" [source] repo = "https://github.com/darakian/ddh" commit = "baeb5fdce8c5c03a11fd4c61c7541f20489d5f79" [build] compiler = "zig-cc" target = "x86_64-linux-musl" link = "static" flags = ["--bin", "ddh"] [build.phases] install = "mkdir -p /out/usr/bin && cp target/release/ddh /out/usr/bin/ddh"