Merge pull request #170737 from amjoseph-nixpkgs/fix-mips32-detection

lib/systems/platforms.nix: fix broken mips32 detection
This commit is contained in:
Artturi 2022-11-21 19:40:18 +02:00 committed by GitHub
commit 20fc948445
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -557,7 +557,7 @@ rec {
else if platform.isRiscV then riscv-multiplatform
else if platform.parsed.cpu == lib.systems.parse.cpuTypes.mipsel then fuloong2f_n32
else if platform.parsed.cpu == lib.systems.parse.cpuTypes.mipsel then (import ./examples.nix { inherit lib; }).mipsel-linux-gnu
else if platform.parsed.cpu == lib.systems.parse.cpuTypes.powerpc64le then powernv