about summary refs log tree commit diff
path: root/pkgs/applications/science/math/sage
diff options
context:
space:
mode:
authorTimo Kaufmann <timokau@zoho.com>2020-03-11 12:02:14 +0100
committerTimo Kaufmann <timokau@zoho.com>2020-03-12 12:24:41 +0100
commitba589e24c9729352fa24594f67741142b55e6548 (patch)
tree5545926a13b86a13229cc88893f213f7cf2a21cd /pkgs/applications/science/math/sage
parentc4ab54144334723abbf73b9200ec50b132d65fe3 (diff)
downloadnixlib-ba589e24c9729352fa24594f67741142b55e6548.tar
nixlib-ba589e24c9729352fa24594f67741142b55e6548.tar.gz
nixlib-ba589e24c9729352fa24594f67741142b55e6548.tar.bz2
nixlib-ba589e24c9729352fa24594f67741142b55e6548.tar.lz
nixlib-ba589e24c9729352fa24594f67741142b55e6548.tar.xz
nixlib-ba589e24c9729352fa24594f67741142b55e6548.tar.zst
nixlib-ba589e24c9729352fa24594f67741142b55e6548.zip
sage: patch for pari 2.11.3
Diffstat (limited to 'pkgs/applications/science/math/sage')
-rw-r--r--pkgs/applications/science/math/sage/sage-src.nix7
1 files changed, 7 insertions, 0 deletions
diff --git a/pkgs/applications/science/math/sage/sage-src.nix b/pkgs/applications/science/math/sage/sage-src.nix
index 1cbea74edae9..cd465a8c413a 100644
--- a/pkgs/applications/science/math/sage/sage-src.nix
+++ b/pkgs/applications/science/math/sage/sage-src.nix
@@ -130,6 +130,13 @@ stdenv.mkDerivation rec {
       url = "https://git.sagemath.org/sage.git/patch/?h=c6d0308db15efd611211d26cfcbefbd180fc0831";
       sha256 = "0nwai2jr22h49km4hx3kwafs3mzsc5kwsv7mqwjf6ibwfx2bbgyq";
     })
+
+    # https://trac.sagemath.org/ticket/29313 (patch from ArchLinux)
+    (fetchpatch {
+      name = "pari-2.11.3.patch";
+      url = "https://aur.archlinux.org/cgit/aur.git/plain/sagemath-pari-2.11.3.patch?h=sagemath-git&id=02e1d58bd1cd70935d69a4990469d18be6bd2c43";
+      sha256 = "0z07444zvijyw96d11q7j81pvg7ysd6ycf1bbbjr6za9y74hv7d2";
+    })
   ];
 
   patches = nixPatches ++ bugfixPatches ++ packageUpgradePatches;