release-cross: Use nativeDrv
rather than relying on default
The default will soon change
This commit is contained in:
parent
427dbcb1d7
commit
fa0a12e35d
@ -24,7 +24,7 @@ let
|
|||||||
/* Basic list of packages to be natively built,
|
/* Basic list of packages to be natively built,
|
||||||
but need a crossSystem defined to get meaning */
|
but need a crossSystem defined to get meaning */
|
||||||
basicNativeDrv = {
|
basicNativeDrv = {
|
||||||
gdbCross = nativePlatforms;
|
gdbCross.nativeDrv = nativePlatforms;
|
||||||
};
|
};
|
||||||
|
|
||||||
basic = basicCrossDrv // basicNativeDrv;
|
basic = basicCrossDrv // basicNativeDrv;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user