We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 11e5030 commit bb0d35dCopy full SHA for bb0d35d
pkgs/top-level/all-packages.nix
@@ -1368,7 +1368,10 @@ with pkgs;
1368
};
1369
1370
box64 = callPackage ../applications/emulators/box64 {
1371
- hello-x86_64 = if stdenv.hostPlatform.isx86_64 then hello else pkgsCross.gnu64.hello;
+ hello-x86_64 = hello.override {
1372
+ stdenv =
1373
+ if stdenv.hostPlatform.isx86_64 then stdenv else crossStdenv.configs.x86_64-unknown-linux-gnu;
1374
+ };
1375
1376
1377
box86 =
0 commit comments