pre-commit: unbreak darwin

This commit is contained in:
Peder Bergebakken Sundt 2025-06-06 18:20:58 +02:00
parent f485e8390b
commit 1e6cf3ce4f

View File

@ -12,12 +12,14 @@
perl,
cabal-install,
julia,
julia-bin,
pre-commit,
}:
with python3Packages;
let
i686Linux = stdenv.buildPlatform.system == "i686-linux";
julia' = if lib.meta.availableOn stdenv.hostPlatform julia then julia else julia-bin;
in
buildPythonApplication rec {
pname = "pre-commit";
@ -61,7 +63,7 @@ buildPythonApplication rec {
pytestCheckHook
re-assert
cabal-install
julia
julia'
]
++ lib.optionals (!i686Linux) [
# coursier can be moved back to the main nativeCheckInputs list once were able to bootstrap a