about summary refs log tree commit diff
path: root/pkgs/applications
diff options
context:
space:
mode:
authorTimo Kaufmann <timokau@zoho.com>2018-07-29 23:01:10 +0200
committerTimo Kaufmann <timokau@zoho.com>2018-08-04 14:22:29 +0200
commite550e5d0c7455a76acacddd8ef284aa41d02effc (patch)
tree4150d8afd983dd07f83268d254258df726fc8ef3 /pkgs/applications
parentfa34f6d41c42d9e199e61aff55ddb0c5056be7fc (diff)
downloadnixlib-e550e5d0c7455a76acacddd8ef284aa41d02effc.tar
nixlib-e550e5d0c7455a76acacddd8ef284aa41d02effc.tar.gz
nixlib-e550e5d0c7455a76acacddd8ef284aa41d02effc.tar.bz2
nixlib-e550e5d0c7455a76acacddd8ef284aa41d02effc.tar.lz
nixlib-e550e5d0c7455a76acacddd8ef284aa41d02effc.tar.xz
nixlib-e550e5d0c7455a76acacddd8ef284aa41d02effc.tar.zst
nixlib-e550e5d0c7455a76acacddd8ef284aa41d02effc.zip
lcalc: apply c++11 patch
Diffstat (limited to 'pkgs/applications')
-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 44a0c22d2b3f..c18adc7fae9e 100644
--- a/pkgs/applications/science/math/sage/sage-src.nix
+++ b/pkgs/applications/science/math/sage/sage-src.nix
@@ -110,6 +110,12 @@ stdenv.mkDerivation rec {
       name = "pari-2.11.0.patch";
       url = "https://git.sagemath.org/sage.git/patch/?id=7af4748cab37d651eaa88be501db88f4a5ffc584";
       sha256 = "13f740ly3c19gcmhjngiycvmc3mcfj61y00i6jv0wmfgpm2z3ank";
+
+    # ntl upgrade
+    (fetchpatch {
+      name = "lcalc-c++11.patch";
+      url = "https://git.archlinux.org/svntogit/community.git/plain/trunk/sagemath-lcalc-c++11.patch?h=packages/sagemath&id=0e31ae526ab7c6b5c0bfacb3f8b1c4fd490035aa";
+      sha256 = "0p5wnvbx65i7cp0bjyaqgp4rly8xgnk12pqwaq3dqby0j2bk6ijb";
     })
   ];