sage: import maxima 5.49 update patch
This commit is contained in:
committed by
Robert Schütz
parent
8ad04fb4ff
commit
f185c2b99a
@@ -99,6 +99,13 @@ stdenv.mkDerivation rec {
|
||||
url = "https://github.com/sagemath/sage/commit/f1cf1552c2c7636fa069fbc47c5bfc937753f7b2.patch?full_index=1";
|
||||
hash = "sha256-Z3SU6cSCnnaTZLcTh0LNb672HyBqhBd6+iYUEeK1cGQ=";
|
||||
})
|
||||
|
||||
# https://github.com/sagemath/sage/pull/40679, rebased by void linux
|
||||
(fetchpatch2 {
|
||||
name = "maxima-5.49-update.patch";
|
||||
url = "https://raw.githubusercontent.com/void-linux/void-packages/f8951eacbdc6538af3330d17d5587a0c208ab349/srcpkgs/sagemath/patches/40679-Update_to_maxima_5.49.patch";
|
||||
hash = "sha256-n6YSVNomLM7f5kRAGzhijag8QnlXxKJz9RHFLVtZpdk=";
|
||||
})
|
||||
];
|
||||
|
||||
patches = nixPatches ++ bugfixPatches ++ packageUpgradePatches;
|
||||
|
||||
Reference in New Issue
Block a user