uclibcCross: convert to using callPackage
It doesn't add any unwanted defaults, and it makes cross-building experiments (and cross-building for a new device is always experimental..) way easier.
This commit is contained in:
parent
a54734e087
commit
ca84b7ff22
@ -6113,7 +6113,7 @@ let
|
|||||||
|
|
||||||
uclibc = callPackage ../os-specific/linux/uclibc { };
|
uclibc = callPackage ../os-specific/linux/uclibc { };
|
||||||
|
|
||||||
uclibcCross = import ../os-specific/linux/uclibc {
|
uclibcCross = callPackage ../os-specific/linux/uclibc {
|
||||||
inherit fetchurl stdenv libiconv;
|
inherit fetchurl stdenv libiconv;
|
||||||
linuxHeaders = linuxHeadersCross;
|
linuxHeaders = linuxHeadersCross;
|
||||||
gccCross = gccCrossStageStatic;
|
gccCross = gccCrossStageStatic;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user