treewide: refactor isi686 && isx86_64 -> isx86

This commit is contained in:
Ryan Burns
2021-11-20 17:50:41 -08:00
parent 6aded65e28
commit 2175b157ac
35 changed files with 42 additions and 42 deletions
@@ -53,7 +53,7 @@ buildPythonPackage rec {
export FONTCONFIG_FILE=${fontsConf}
'';
disabledTests = lib.optionals (!(stdenv.isi686 || stdenv.isx86_64)) [
disabledTests = lib.optionals (!stdenv.hostPlatform.isx86) [
# small precision-related differences on other architectures,
# upstream doesn't consider it serious.
# https://github.com/pyqtgraph/pyqtgraph/issues/2110