minimal-bootstrap.gnum4: 1.4.20 -> 1.4.21

This commit is contained in:
Aleksi Hannula
2026-04-09 12:05:52 +03:00
parent 80e07c82a1
commit 75c9bbc4f5
@@ -14,15 +14,16 @@
diffutils,
findutils,
gnutar,
linux-headers,
xz,
}:
let
pname = "gnum4";
version = "1.4.20";
version = "1.4.21";
src = fetchurl {
url = "mirror://gnu/m4/m4-${version}.tar.xz";
hash = "sha256-4jbqOhzPX2wnCxxLtgcm83H6SUWajqrryQshazKNrys=";
hash = "sha256-8lxqtRVIpzp1VYdC+wMeBiXWSF/l+RVZSdZIaiQIq2Y=";
};
in
bash.runCommand "${pname}-${version}"
@@ -70,7 +71,8 @@ bash.runCommand "${pname}-${version}"
--build=${buildPlatform.config} \
--host=${hostPlatform.config} \
--disable-dependency-tracking \
CC=musl-gcc
CC=musl-gcc \
CFLAGS=-I${linux-headers}/include
# Build
make -j $NIX_BUILD_CORES