summary refs log tree commit diff
diff options
context:
space:
mode:
authorTimo Kaufmann <timokau@zoho.com>2019-04-17 19:49:18 +0200
committerTimo Kaufmann <timokau@zoho.com>2019-04-17 19:58:07 +0200
commite0e5445667512e6213b73b82254ad45742ae7a5e (patch)
tree260226573f64f077db2ecdbc0ed682136bb859e1
parent0b3721588e3183b2ec2e74e443f3ca52a24336dd (diff)
downloadnixpkgs-e0e5445667512e6213b73b82254ad45742ae7a5e.tar
nixpkgs-e0e5445667512e6213b73b82254ad45742ae7a5e.tar.gz
nixpkgs-e0e5445667512e6213b73b82254ad45742ae7a5e.tar.bz2
nixpkgs-e0e5445667512e6213b73b82254ad45742ae7a5e.tar.lz
nixpkgs-e0e5445667512e6213b73b82254ad45742ae7a5e.tar.xz
nixpkgs-e0e5445667512e6213b73b82254ad45742ae7a5e.tar.zst
nixpkgs-e0e5445667512e6213b73b82254ad45742ae7a5e.zip
sage: fix another transient sig_on bug
Caused a test failure on hydra, backporting upstream fix.
-rw-r--r--pkgs/applications/science/math/sage/sage-src.nix6
1 files changed, 6 insertions, 0 deletions
diff --git a/pkgs/applications/science/math/sage/sage-src.nix b/pkgs/applications/science/math/sage/sage-src.nix
index 619d24ce9ac..e14d24cf70e 100644
--- a/pkgs/applications/science/math/sage/sage-src.nix
+++ b/pkgs/applications/science/math/sage/sage-src.nix
@@ -72,6 +72,12 @@ stdenv.mkDerivation rec {
       url = "https://git.sagemath.org/sage.git/patch?id2=10407524b18659e14e184114b61c043fb816f3c2&id=c9b0cc9d0b8748ab85e568f8f57f316c5e8cbe54";
       sha256 = "0wgp7yvn9sm1ynlhcr4l0hzmvr2n28llg4xc01p6k1zz4im64c17";
     })
+    # https://trac.sagemath.org/ticket/27224
+    (fetchpatch {
+      name = "sig_on_in_matrix_misc.patch";
+      url = "https://git.sagemath.org/sage.git/patch?id=85d25bf2eb73f7d3c6de4ee6222b0c399be43b07";
+      sha256 = "1ciwhh57pnb9b4i8m3vb07wfsibsay5sg0jp5giq1pzc5zc79a4p";
+    })
   ];
 
   # Patches needed because of package updates. We could just pin the versions of