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