# 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 = "gf" version = "0-unstable-2026-06-16" [source] repo = "https://github.com/nakst/gf" commit = "1c04ed95d45d49fb4b06cbc620c61acd58818977" [build] compiler = "zig-cc" target = "x86_64-linux-musl" link = "static" flags = [] [deps] build = ["libx11", "gdb", "freetype"]