Add Lean again

This commit is contained in:
Smaug123
2021-11-02 21:02:56 +00:00
parent 8619b8fc1b
commit d483b6fa12
2 changed files with 3 additions and 2 deletions

View File

@@ -63,6 +63,7 @@ let rider = import ./rider/rider.nix { inherit pkgs; username = username; }; in
"git.path" = "${pkgs.git}/bin/git";
"update.mode" = "none";
"docker.dockerPath" = "${pkgs.docker}/bin/docker";
"lean.leanpkgPath" = "${pkgs.elan}/bin/leanpkg";
};
};

View File

@@ -2,14 +2,14 @@
let my-python-packages = python-packages: with python-packages; [
pip
#mathlibtools
mathlibtools
];
in
let packageOverrides = self: super: {
# Test failures on darwin ("windows-1252"); just skip pytest
# (required for elan)
#beautifulsoup4 = super.beautifulsoup4.overridePythonAttrs(old: { pytestCheckPhase="true"; });
beautifulsoup4 = super.beautifulsoup4.overridePythonAttrs(old: { pytestCheckPhase="true"; });
};
in