mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-04-16 02:38:16 +00:00
pre-commit: fix build on aarch64-linux
This commit is contained in:
parent
59ec2e613f
commit
cb88681631
@ -159,6 +159,9 @@ buildPythonPackage rec {
|
||||
"test_sub_staged"
|
||||
"test_submodule_does_not_discard_changes"
|
||||
"test_submodule_does_not_discard_changes_recurse"
|
||||
] ++ lib.optionals (stdenv.isLinux && stdenv.isAarch64) [
|
||||
# requires gcc bump
|
||||
"test_rust_hook"
|
||||
];
|
||||
|
||||
pythonImportsCheck = [
|
||||
|
Loading…
Reference in New Issue
Block a user