minimal-bootstrap.gnum4: 1.4.20 -> 1.4.21
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user