3
0
Fork 0
forked from mirrors/nixpkgs

release-cross: Use nativeDrv rather than relying on default

The default will soon change
This commit is contained in:
John Ericson 2017-01-14 16:39:03 -05:00
parent 427dbcb1d7
commit fa0a12e35d

View file

@ -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;