From 75c9bbc4f5ea653fb1c627f11c6abc27365a97ff Mon Sep 17 00:00:00 2001 From: Aleksi Hannula Date: Wed, 8 Apr 2026 22:05:34 +0300 Subject: [PATCH] minimal-bootstrap.gnum4: 1.4.20 -> 1.4.21 --- .../os-specific/linux/minimal-bootstrap/gnum4/default.nix | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/pkgs/os-specific/linux/minimal-bootstrap/gnum4/default.nix b/pkgs/os-specific/linux/minimal-bootstrap/gnum4/default.nix index 2445452ecf03..71ff15627feb 100644 --- a/pkgs/os-specific/linux/minimal-bootstrap/gnum4/default.nix +++ b/pkgs/os-specific/linux/minimal-bootstrap/gnum4/default.nix @@ -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