mirror of
https://github.com/NixOS/nixpkgs.git
synced 2026-07-16 05:38:57 +00:00
python3Packages.jaxlib-bin: clean up badPlatforms
This commit is contained in:
@@ -145,11 +145,5 @@ buildPythonPackage {
|
||||
sourceProvenance = with lib.sourceTypes; [ binaryNativeCode ];
|
||||
license = lib.licenses.asl20;
|
||||
maintainers = with lib.maintainers; [ samuela ];
|
||||
badPlatforms = [
|
||||
# Fails at pythonImportsCheckPhase:
|
||||
# ...-python-imports-check-hook.sh/nix-support/setup-hook: line 10: 28017 Illegal instruction: 4
|
||||
# /nix/store/5qpssbvkzfh73xih07xgmpkj5r565975-python3-3.11.9/bin/python3.11 -c
|
||||
# 'import os; import importlib; list(map(lambda mod: importlib.import_module(mod), os.environ["pythonImportsCheck"].split()))'
|
||||
];
|
||||
};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user