nixpkgs/pkgs/development/compilers/nim
Ryan Burns b8779dbffe nim: fix power arch predicates
isPowerPC is only true on 32 bit machines;
to check the family we should use isPower here

Otherwise, e.g. `pkgsCross.powernv.buildPackages.nim` fails to eval with
`error: evaluation aborted with the following error message: 'no Nim CPU support known for powerpc64le-unknown-linux-gnu'`
2021-09-22 10:30:09 +02:00
..
default.nix nim: fix power arch predicates 2021-09-22 10:30:09 +02:00
nim.cfg.patch nim: cross-compilation fixes 2021-03-26 11:36:38 +01:00
NIM_CONFIG_DIR.patch
nixbuild.patch