chore: Nix: remove Leanpkg from default deps

This commit is contained in:
Sebastian Ullrich 2021-12-25 17:00:20 +01:00
parent 70ef4e529c
commit 3da76efa10

View file

@ -5,7 +5,7 @@ let lean-final' = lean-final; in
lib.makeOverridable (
{ name, src, fullSrc ? src,
# Lean dependencies. Each entry should be an output of buildLeanPackage.
deps ? [ lean.Lean lean.Leanpkg ],
deps ? [ lean.Lean ],
# Static library dependencies. Each derivation `static` should contain a static library in the directory `${static}`.
staticLibDeps ? [],
# Whether to wrap static library inputs in a -Wl,--start-group [...] -Wl,--end-group to ensure dependencies are resolved.