mirror of
https://github.com/NixOS/nixpkgs.git
synced 2026-07-06 17:13:24 -05:00
minimal-bootstrap.glibc: --disable-{nscd,build-nscd,profile,timezone-tools,mathvec}
This commit is contained in:
parent
08521f3b58
commit
9eb073dafa
1 changed files with 6 additions and 1 deletions
|
|
@ -104,7 +104,12 @@ bash.runCommand "${pname}-${version}"
|
|||
--build=${buildPlatform.config} \
|
||||
--host=${hostPlatform.config} \
|
||||
--with-headers=${linux-headers}/include \
|
||||
--disable-dependency-tracking
|
||||
--disable-dependency-tracking \
|
||||
--disable-nscd \
|
||||
--disable-build-nscd \
|
||||
--disable-profile \
|
||||
--disable-timezone-tools \
|
||||
--disable-mathvec
|
||||
|
||||
# Build
|
||||
make -j $NIX_BUILD_CORES
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue