make-bootstrap-tools: glibc -> libcCross

This commit is contained in:
Will Dietz
2018-02-13 09:44:37 -06:00
parent cb521f75a6
commit 4831495995
+1 -1
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 {