sage: backport fix for threejs r109

This commit is contained in:
Timo Kaufmann 2019-11-06 00:38:28 +01:00
parent f64885b9ca
commit afb9887dbd

@ -111,6 +111,13 @@ stdenv.mkDerivation rec {
# Werkzeug has deprecated ImmutableDict, but it is still used in legacy
# sagenb. That's no big issue since sagenb will be removed soon anyways.
./patches/ignore-werkzeug-immutable-dict-deprecation.patch
# threejs r109 (#28560)
(fetchpatch {
name = "threejs-r109.patch";
url = "https://git.sagemath.org/sage.git/patch?id=fcc11d6effa39f375bc5f4ea5831fb7a2f2767da";
sha256 = "0hnmc8ld3bblks0hcjvjjaydkgwdr1cs3dbl2ys4gfq964pjgqwc";
})
];
patches = nixPatches ++ bugfixPatches ++ packageUpgradePatches;