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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user