pre-commit: drop julia dependency

We skip all the julia tests anyway, so this has no reason to be here.
This commit is contained in:
K900
2025-07-20 09:52:36 +03:00
parent d2280ceaac
commit bd38606d81
-4
View File
@@ -3,8 +3,6 @@
stdenv,
python3Packages,
fetchFromGitHub,
julia,
julia-bin,
# tests
cabal-install,
@@ -25,7 +23,6 @@
let
i686Linux = stdenv.buildPlatform.system == "i686-linux";
julia' = if lib.meta.availableOn stdenv.hostPlatform julia then julia else julia-bin;
in
python3Packages.buildPythonApplication rec {
pname = "pre-commit";
@@ -64,7 +61,6 @@ python3Packages.buildPythonApplication rec {
cargo
gitMinimal
go
julia'
perl
versionCheckHook
writableTmpDirAsHomeHook