Skip to content

Commit

Permalink
sage: keep cypari2 at 2.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
FRidh committed Apr 3, 2021
1 parent ce3f8f5 commit c12ef05
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions pkgs/applications/science/math/sage/default.nix
Expand Up @@ -11,6 +11,14 @@ let

python3 = pkgs.python3.override {
packageOverrides = self: super: {
cypari2 = super.cypari2.overridePythonAttrs (oldAttrs: rec {
version = "2.1.1";
src = oldAttrs.src.override {
inherit version;
sha256 = "df1ef62e771ec36e5a456f5fc8b51bc6745b70f0efdd0c7a30c3f0b5f1fb93db";
};
});

# `sagelib`, i.e. all of sage except some wrappers and runtime dependencies
sagelib = self.callPackage ./sagelib.nix {
inherit flint arb;
Expand Down

0 comments on commit c12ef05

Please sign in to comment.