mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-18 07:46:09 +01:00
sage: patch intermittently failing test
This commit is contained in:
parent
15fd117e71
commit
594eda3b7d
1 changed files with 8 additions and 0 deletions
|
@ -87,6 +87,14 @@ stdenv.mkDerivation rec {
|
|||
rev = "2959ac792ebd6107fe87c9af1541083de5ba02d6";
|
||||
sha256 = "sha256-bWIpEGir9Kawak5CJegBMNcHm/CqhWmdru+emeSsvO0=";
|
||||
})
|
||||
|
||||
# fix intermittent errors in doctest/test.py: https://trac.sagemath.org/ticket/26912
|
||||
(fetchSageDiff {
|
||||
base = "9.3.beta8";
|
||||
name = "set-cysignals-crash-ndebug.patch";
|
||||
rev = "ca5257a5d0f32efc9f8f07e126020856270b1a18";
|
||||
sha256 = "sha256-KViw63xE3O0eUiOYzoxNrr4NL+csql9GPJLDJCf/EZs=";
|
||||
})
|
||||
];
|
||||
|
||||
# Patches needed because of package updates. We could just pin the versions of
|
||||
|
|
Loading…
Reference in a new issue