summary refs log tree commit diff
diff options
context:
space:
mode:
authorTimo Kaufmann <timokau@zoho.com>2019-04-17 20:39:11 +0200
committerGitHub <noreply@github.com>2019-04-17 20:39:11 +0200
commit40a84f0fa900647eb6e1888cd509cd723b51e953 (patch)
tree88b38ec8d6af3f832789d4400e7f4f424ef4637b
parenta5a945474985c1692d4b17a70a6a9c056f2bb2ce (diff)
parente0e5445667512e6213b73b82254ad45742ae7a5e (diff)
downloadnixpkgs-40a84f0fa900647eb6e1888cd509cd723b51e953.tar
nixpkgs-40a84f0fa900647eb6e1888cd509cd723b51e953.tar.gz
nixpkgs-40a84f0fa900647eb6e1888cd509cd723b51e953.tar.bz2
nixpkgs-40a84f0fa900647eb6e1888cd509cd723b51e953.tar.lz
nixpkgs-40a84f0fa900647eb6e1888cd509cd723b51e953.tar.xz
nixpkgs-40a84f0fa900647eb6e1888cd509cd723b51e953.tar.zst
nixpkgs-40a84f0fa900647eb6e1888cd509cd723b51e953.zip
Merge pull request #59785 from timokau/sage-bugfix
sage: fix another transient sig_on bug
-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