uclibc-ng: migrate to by-name
This commit is contained in:
parent
01a3bf4709
commit
0b89ccec2e
2 changed files with 1 additions and 3 deletions
|
@ -28870,9 +28870,7 @@ with pkgs;
|
|||
buildBarebox
|
||||
bareboxTools;
|
||||
|
||||
uclibc-ng = callPackage ../os-specific/linux/uclibc-ng { };
|
||||
|
||||
uclibc-ng-cross = callPackage ../os-specific/linux/uclibc-ng {
|
||||
uclibc-ng-cross = uclibc-ng.override {
|
||||
stdenv = crossLibcStdenv;
|
||||
};
|
||||
|
||||
|
|
Loading…
Reference in a new issue