make-bootstrap-tools: grab libc from stdenv.cc.libc
This is the same in current cases AFAICT, other than uses musl instead of glibc when musl-native.
This commit is contained in:
parent
9bc8127dc3
commit
c8d03e6298
@ -4,9 +4,7 @@
|
|||||||
|
|
||||||
let
|
let
|
||||||
pkgs = import ../../.. { inherit localSystem crossSystem; };
|
pkgs = import ../../.. { inherit localSystem crossSystem; };
|
||||||
libc = if pkgs.hostPlatform != pkgs.buildPlatform
|
libc = pkgs.stdenv.cc.libc;
|
||||||
then pkgs.libcCross
|
|
||||||
else pkgs.glibc;
|
|
||||||
in with pkgs; rec {
|
in with pkgs; rec {
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user