mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-02-20 19:16:11 +00:00
pre-commit: Disable check on i686-linux
This commit is contained in:
parent
38442e8498
commit
d9e4080d15
@ -61,7 +61,8 @@ buildPythonPackage rec {
|
||||
libiconv
|
||||
];
|
||||
|
||||
doCheck = true;
|
||||
# i686-linux: dotnet-sdk not available
|
||||
doCheck = stdenv.buildPlatform.system != "i686-linux";
|
||||
|
||||
postPatch = ''
|
||||
substituteInPlace pre_commit/resources/hook-tmpl \
|
||||
|
Loading…
Reference in New Issue
Block a user