nixpkgs mirror (for testing) github.com/NixOS/nixpkgs
nix
fork

Configure Feed

Select the types of activity you want to include in your feed.

Merge pull request #252962 from collares/sage-trac-to-gh

treewide: fetch sage patches from github instead of now-defunct trac

authored by

Mauricio Collares and committed by
GitHub
5e9ff98d 2c84eef3

+17 -17
+2 -2
pkgs/applications/science/math/giac/default.nix
··· 19 19 patches = [ 20 20 (fetchpatch { 21 21 name = "pari_2_11.patch"; 22 - url = "https://git.sagemath.org/sage.git/plain/build/pkgs/giac/patches/pari_2_11.patch?id=21ba7540d385a9864b44850d6987893dfa16bfc0"; 22 + url = "https://raw.githubusercontent.com/sagemath/sage/21ba7540d385a9864b44850d6987893dfa16bfc0/build/pkgs/giac/patches/pari_2_11.patch"; 23 23 sha256 = "sha256-vEo/5MNzMdYRPWgLFPsDcMT1W80Qzj4EPBjx/B8j68k="; 24 24 }) 25 25 ··· 38 38 # means some outputs differ in the make check. Patch around this: 39 39 (fetchpatch { 40 40 name = "nofltk-check.patch"; 41 - url = "https://git.sagemath.org/sage.git/plain/build/pkgs/giac/patches/nofltk-check.patch?id=7553a3c8dfa7bcec07241a07e6a4e7dcf5bb4f26"; 41 + url = "https://raw.githubusercontent.com/sagemath/sage/7553a3c8dfa7bcec07241a07e6a4e7dcf5bb4f26/build/pkgs/giac/patches/nofltk-check.patch"; 42 42 sha256 = "sha256-nAl5q3ufLjK3X9s0qMlGNowdRRf3EaC24eVtJABzdXY="; 43 43 }) 44 44 ];
+3 -3
pkgs/applications/science/math/maxima/default.nix
··· 63 63 patches = [ 64 64 # fix path to info dir (see https://trac.sagemath.org/ticket/11348) 65 65 (fetchpatch { 66 - url = "https://git.sagemath.org/sage.git/plain/build/pkgs/maxima/patches/infodir.patch?id=07d6c37d18811e2b377a9689790a7c5e24da16ba"; 66 + url = "https://raw.githubusercontent.com/sagemath/sage/07d6c37d18811e2b377a9689790a7c5e24da16ba/build/pkgs/maxima/patches/infodir.patch"; 67 67 sha256 = "09v64n60f7i6frzryrj0zd056lvdpms3ajky4f9p6kankhbiv21x"; 68 68 }) 69 69 70 70 # fix https://sourceforge.net/p/maxima/bugs/2596/ 71 71 (fetchpatch { 72 - url = "https://git.sagemath.org/sage.git/plain/build/pkgs/maxima/patches/matrixexp.patch?id=07d6c37d18811e2b377a9689790a7c5e24da16ba"; 72 + url = "https://raw.githubusercontent.com/sagemath/sage/07d6c37d18811e2b377a9689790a7c5e24da16ba/build/pkgs/maxima/patches/matrixexp.patch"; 73 73 sha256 = "06961hn66rhjijfvyym21h39wk98sfxhp051da6gz0n9byhwc6zg"; 74 74 }) 75 75 76 76 # undo https://sourceforge.net/p/maxima/code/ci/f5e9b0f7eb122c4e48ea9df144dd57221e5ea0ca 77 77 # see https://trac.sagemath.org/ticket/13364#comment:93 78 78 (fetchpatch { 79 - url = "https://git.sagemath.org/sage.git/plain/build/pkgs/maxima/patches/undoing_true_false_printing_patch.patch?id=07d6c37d18811e2b377a9689790a7c5e24da16ba"; 79 + url = "https://raw.githubusercontent.com/sagemath/sage/07d6c37d18811e2b377a9689790a7c5e24da16ba/build/pkgs/maxima/patches/undoing_true_false_printing_patch.patch"; 80 80 sha256 = "0fvi3rcjv6743sqsbgdzazy9jb6r1p1yq63zyj9fx42wd1hgf7yx"; 81 81 }) 82 82 ];
+1 -1
pkgs/applications/science/math/ratpoints/default.nix
··· 12 12 13 13 patches = [ 14 14 (fetchpatch { 15 - url = "https://git.sagemath.org/sage.git/plain/build/pkgs/ratpoints/patches/sturm_and_rp_private.patch?id=1615f58890e8f9881c4228c78a6b39b9aab1303a"; 15 + url = "https://raw.githubusercontent.com/sagemath/sage/1615f58890e8f9881c4228c78a6b39b9aab1303a/build/pkgs/ratpoints/patches/sturm_and_rp_private.patch"; 16 16 sha256 = "0q3wajncyfr3gahd8gwk9x7g56zw54lpywrl63lqk7drkf60mrcl"; 17 17 }) 18 18 ];
+1 -1
pkgs/data/misc/conway_polynomials/default.nix
··· 14 14 15 15 # Script that creates the "database" (nested python array) and pickles it 16 16 spkg-install = fetchurl { 17 - url = "https://git.sagemath.org/sage.git/plain/build/pkgs/conway_polynomials/spkg-install.py?id=9.2"; 17 + url = "https://raw.githubusercontent.com/sagemath/sage/9.2/build/pkgs/conway_polynomials/spkg-install.py"; 18 18 sha256 = "1bwnqasnyv793hxg29viing4dnliz29grkhldsirq19d509yk1fs"; 19 19 }; 20 20
+1 -1
pkgs/data/misc/elliptic_curves/default.nix
··· 15 15 16 16 # Script that creates the sqlite database from the allcurves textfile 17 17 spkg-install = fetchurl { 18 - url = "https://git.sagemath.org/sage.git/plain/build/pkgs/${pname}/spkg-install.py?id=07d6c37d18811e2b377a9689790a7c5e24da16ba"; 18 + url = "https://raw.githubusercontent.com/sagemath/sage/07d6c37d18811e2b377a9689790a7c5e24da16ba/build/pkgs/${pname}/spkg-install.py"; 19 19 sha256 = "116g684i6mvs11fvb6fzfsr4fn903axn31vigdyb8bgpf8l4hvc5"; 20 20 }; 21 21
+1 -1
pkgs/development/compilers/ecl/16.1.2.nix
··· 57 57 # Rebased version of 58 58 # https://gitlab.com/embeddable-common-lisp/ecl/commit/ac5f011f57a85a38627af154bc3ee7580e7fecd4.patch 59 59 name = "getcwd.patch"; 60 - url = "https://git.sagemath.org/sage.git/plain/build/pkgs/ecl/patches/16.1.2-getcwd.patch?id=07d6c37d18811e2b377a9689790a7c5e24da16ba"; 60 + url = "https://raw.githubusercontent.com/sagemath/sage/07d6c37d18811e2b377a9689790a7c5e24da16ba/build/pkgs/ecl/patches/16.1.2-getcwd.patch"; 61 61 sha256 = "1fbi8gn7rv8nqff5mpaijsrch3k3z7qc5cn4h1vl8qrr8xwqlqhb"; 62 62 }) 63 63 ./ecl-1.16.2-libffi-3.3-abi.patch
+1 -1
pkgs/development/compilers/ecl/default.nix
··· 47 47 patches = [ 48 48 # https://gitlab.com/embeddable-common-lisp/ecl/-/merge_requests/1 49 49 (fetchpatch { 50 - url = "https://git.sagemath.org/sage.git/plain/build/pkgs/ecl/patches/write_error.patch?h=9.2"; 50 + url = "https://raw.githubusercontent.com/sagemath/sage/9.2/build/pkgs/ecl/patches/write_error.patch"; 51 51 sha256 = "0hfxacpgn4919hg0mn4wf4m8r7y592r4gw7aqfnva7sckxi6w089"; 52 52 }) 53 53 ];
+1 -1
pkgs/development/libraries/glpk/default.nix
··· 45 45 # https://trac.sagemath.org/ticket/20710#comment:18 46 46 (fetchpatch { 47 47 name = "error_recovery.patch"; 48 - url = "https://git.sagemath.org/sage.git/plain/build/pkgs/glpk/patches/error_recovery.patch?id=d3c1f607e32f964bf0cab877a63767c86fd00266"; 48 + url = "https://raw.githubusercontent.com/sagemath/sage/d3c1f607e32f964bf0cab877a63767c86fd00266/build/pkgs/glpk/patches/error_recovery.patch"; 49 49 sha256 = "sha256-2hNtUEoGTFt3JgUvLH3tPWnz+DZcXNhjXzS+/V89toA="; 50 50 }) 51 51 ];
+1 -1
pkgs/development/libraries/ppl/default.nix
··· 13 13 14 14 patches = [(fetchpatch { 15 15 name = "clang5-support.patch"; 16 - url = "https://git.sagemath.org/sage.git/plain/build/pkgs/ppl/patches/clang5-support.patch?h=9.2"; 16 + url = "https://raw.githubusercontent.com/sagemath/sage/9.2/build/pkgs/ppl/patches/clang5-support.patch"; 17 17 sha256 = "1zj90hm25pkgvk4jlkfzh18ak9b98217gbidl3731fdccbw6hr87"; 18 18 })]; 19 19
+4 -4
pkgs/development/libraries/science/math/rubiks/default.nix
··· 28 28 # Fix makefiles which use all the variables in all the wrong ways and 29 29 # hardcode values for some variables. 30 30 (fetchpatch { 31 - url = "https://git.sagemath.org/sage.git/plain/build/pkgs/rubiks/patches/dietz-cu2-Makefile.patch?id=07d6c37d18811e2b377a9689790a7c5e24da16ba"; 31 + url = "https://raw.githubusercontent.com/sagemath/sage/07d6c37d18811e2b377a9689790a7c5e24da16ba/build/pkgs/rubiks/patches/dietz-cu2-Makefile.patch"; 32 32 sha256 = "1ry3w1mk9q4jqd91zlaa1bdiiplld4hpfjaldbhlmzlgrrc99qmq"; 33 33 }) 34 34 (fetchpatch { 35 - url = "https://git.sagemath.org/sage.git/plain/build/pkgs/rubiks/patches/dietz-mcube-Makefile.patch?id=07d6c37d18811e2b377a9689790a7c5e24da16ba"; 35 + url = "https://raw.githubusercontent.com/sagemath/sage/07d6c37d18811e2b377a9689790a7c5e24da16ba/build/pkgs/rubiks/patches/dietz-mcube-Makefile.patch"; 36 36 sha256 = "0zsbh6k3kqdg82fv0kzghr1x7pafisv943gmssqscp107bhg77bz"; 37 37 }) 38 38 (fetchpatch { 39 - url = "https://git.sagemath.org/sage.git/plain/build/pkgs/rubiks/patches/dietz-solver-Makefile.patch?id=07d6c37d18811e2b377a9689790a7c5e24da16ba"; 39 + url = "https://raw.githubusercontent.com/sagemath/sage/07d6c37d18811e2b377a9689790a7c5e24da16ba/build/pkgs/rubiks/patches/dietz-solver-Makefile.patch"; 40 40 sha256 = "0vhw70ylnmydgjhwx8jjlb2slccj4pfqn6vzirkyz1wp8apsmfhp"; 41 41 }) 42 42 (fetchpatch { 43 - url = "https://git.sagemath.org/sage.git/plain/build/pkgs/rubiks/patches/reid-Makefile.patch?id=07d6c37d18811e2b377a9689790a7c5e24da16ba"; 43 + url = "https://raw.githubusercontent.com/sagemath/sage/07d6c37d18811e2b377a9689790a7c5e24da16ba/build/pkgs/rubiks/patches/reid-Makefile.patch"; 44 44 sha256 = "1r311sn012xs135s0d21qwsig2kld7rdcq19nm0zbnklviid57df"; 45 45 }) 46 46 ];
+1 -1
pkgs/development/python-modules/cypari2/default.nix
··· 24 24 # (https://trac.sagemath.org/ticket/27267). depends on Cython patch. 25 25 (fetchpatch { 26 26 name = "use-trashcan-for-gen.patch"; 27 - url = "https://git.sagemath.org/sage.git/plain/build/pkgs/cypari/patches/trashcan.patch?id=b6ea17ef8e4d652de0a85047bac8d41e90b25555"; 27 + url = "https://raw.githubusercontent.com/sagemath/sage/b6ea17ef8e4d652de0a85047bac8d41e90b25555/build/pkgs/cypari/patches/trashcan.patch"; 28 28 hash = "sha256-w4kktWb9/aR9z4CjrUvAMOxEwRN2WkubaKzQttN8rU8="; 29 29 }) 30 30 ];