Loading pkgs/top-level/all-packages.nix +16 −5 Original line number Diff line number Diff line Loading @@ -2585,12 +2585,23 @@ with pkgs; pkgsCross.gnu64.hello; }; box86 = callPackage ../applications/emulators/box86 { box86 = let args = { hello-x86_32 = if stdenv.hostPlatform.isx86_32 then hello else pkgsCross.gnu32.hello; }; in if stdenv.hostPlatform.is32bit then callPackage ../applications/emulators/box86 args else if stdenv.hostPlatform.isx86_64 then pkgsCross.gnu32.callPackage ../applications/emulators/box86 args else if stdenv.hostPlatform.isAarch64 then pkgsCross.armv7l-hf-multiplatform.callPackage ../applications/emulators/box86 args else throw "Don't know 32-bit platform for cross from: ${stdenv.hostPlatform.stdenv}"; caprice32 = callPackage ../applications/emulators/caprice32 { }; Loading
pkgs/top-level/all-packages.nix +16 −5 Original line number Diff line number Diff line Loading @@ -2585,12 +2585,23 @@ with pkgs; pkgsCross.gnu64.hello; }; box86 = callPackage ../applications/emulators/box86 { box86 = let args = { hello-x86_32 = if stdenv.hostPlatform.isx86_32 then hello else pkgsCross.gnu32.hello; }; in if stdenv.hostPlatform.is32bit then callPackage ../applications/emulators/box86 args else if stdenv.hostPlatform.isx86_64 then pkgsCross.gnu32.callPackage ../applications/emulators/box86 args else if stdenv.hostPlatform.isAarch64 then pkgsCross.armv7l-hf-multiplatform.callPackage ../applications/emulators/box86 args else throw "Don't know 32-bit platform for cross from: ${stdenv.hostPlatform.stdenv}"; caprice32 = callPackage ../applications/emulators/caprice32 { };