sage: replace flask-babel version pin by patch

This commit is contained in:
Timo Kaufmann
2018-07-12 22:55:16 +02:00
parent cc179b62b0
commit 35896e3506
2 changed files with 8 additions and 10 deletions
@@ -14,16 +14,6 @@ let
cvxopt = super.cvxopt.override { inherit glpk; };
# https://github.com/sagemath/sagenb/issues/437
flask-babel = super.flask-babel.overridePythonAttrs (attrs: rec {
version = "0.9";
src = attrs.src.override {
inherit version;
sha256 = "0k7vk4k54y55ma0nx2k5s0phfqbriwslhy5shh3b0d046q7ibzaa";
};
doCheck = false;
});
# python packages that appear unmaintained and were not accepted into the nixpkgs
# tree because of that. These packages are only dependencies of the more-or-less
# deprecated sagenb. However sagenb is still a default dependency and the doctests