treewide: use isAarch where appropriate

This commit is contained in:
Alyssa Ross
2022-07-30 16:18:27 +00:00
parent 64915e05bf
commit 5330c0a1af
24 changed files with 30 additions and 32 deletions
@@ -85,7 +85,7 @@ buildPythonPackage rec {
"test_filename_without_dir"
"test_overwrite"
"test_options"
] ++ lib.optionals (stdenv.hostPlatform.isAarch32 || stdenv.hostPlatform.isAarch64 || stdenv.hostPlatform.isRiscV) [
] ++ lib.optionals (stdenv.hostPlatform.isAarch || stdenv.hostPlatform.isRiscV) [
# unknown reason so far
# https://github.com/adobe-type-tools/afdko/issues/1425
"test_spec"