# GNU patch 2.8 — herramienta del toolchain hammer-from-source (variante b, SDD 11 §7.2b). # # El lab la invoca en `apply_patches` (hammer-build/src/fetch.rs: `patch -p1`) cuando una receta trae # `source.patches` — p.ej. el overlay de compatibilidad de `linux-headers`. Reemplaza el `patch` del # paquete homónimo de Alpine. Tool, no input del 4/4: build vainilla, sin patches. # # Tarball release GNU (configure ya generado ⇒ AutoconfReady, como grep/make). Estático musl, zig cc. name = "patch" version = "2.8" license = "GPL-3.0-or-later" [source] tarball = "https://ftp.gnu.org/gnu/patch/patch-2.8.tar.gz" sha256 = "308a4983ff324521b9b21310bfc2398ca861798f02307c79eb99bb0e0d2bf980" [build] compiler = "zig-cc" target = "x86_64-linux-musl" link = "static" flags = ["--disable-nls"]