make-bootstrap-tools: glibc -> libcCross

This commit is contained in:
Will Dietz 2018-01-04 15:52:45 -06:00
parent cb521f75a6
commit 4831495995

View File

@ -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 {