mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-01 23:22:37 +00:00
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
|
||||
pkgs = import ../../.. { inherit localSystem crossSystem; };
|
||||
libc = if pkgs.hostPlatform != pkgs.buildPlatform
|
||||
then pkgs.libcCross
|
||||
else pkgs.glibc;
|
||||
libc = pkgs.stdenv.cc.libc;
|
||||
in with pkgs; rec {
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user