make-bootstrap-tools: glibc -> libcCross
This commit is contained in:
parent
cb521f75a6
commit
4831495995
@ -5,7 +5,7 @@
|
||||
let
|
||||
pkgs = import ../../.. { inherit localSystem crossSystem; };
|
||||
glibc = if pkgs.hostPlatform != pkgs.buildPlatform
|
||||
then pkgs.glibcCross
|
||||
then pkgs.libcCross
|
||||
else pkgs.glibc;
|
||||
in with pkgs; rec {
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user