libmatheval: get patches from salsa.debian.org
http://anonscm.debian.org/cgit is not available anymore
This commit is contained in:
parent
b911f22730
commit
561e18126f
@ -15,15 +15,15 @@ stdenv.mkDerivation rec {
|
|||||||
# Patches coming from debian package
|
# Patches coming from debian package
|
||||||
# https://packages.debian.org/source/sid/libs/libmatheval
|
# https://packages.debian.org/source/sid/libs/libmatheval
|
||||||
patches = [ (fetchpatch {
|
patches = [ (fetchpatch {
|
||||||
url = "http://anonscm.debian.org/cgit/debian-science/packages/libmatheval.git/plain/debian/patches/002-skip-docs.patch";
|
url = "https://salsa.debian.org/science-team/libmatheval/raw/debian/1.1.11+dfsg-3/debian/patches/002-skip-docs.patch";
|
||||||
sha256 = "1nnkk9aw4jj6nql46zhwq6vx74zrmr1xq5ix0xyvpawhabhgjg62";
|
sha256 = "1nnkk9aw4jj6nql46zhwq6vx74zrmr1xq5ix0xyvpawhabhgjg62";
|
||||||
} )
|
} )
|
||||||
(fetchpatch {
|
(fetchpatch {
|
||||||
url = "http://anonscm.debian.org/cgit/debian-science/packages/libmatheval.git/plain/debian/patches/003-guile2.0.patch";
|
url = "https://salsa.debian.org/science-team/libmatheval/raw/debian/1.1.11+dfsg-3/debian/patches/003-guile2.0.patch";
|
||||||
sha256 = "1xgfw4finfvr20kjbpr4yl2djxmyr4lmvfa11pxirfvhrdi602qj";
|
sha256 = "1xgfw4finfvr20kjbpr4yl2djxmyr4lmvfa11pxirfvhrdi602qj";
|
||||||
} )
|
} )
|
||||||
(fetchpatch {
|
(fetchpatch {
|
||||||
url = "http://anonscm.debian.org/cgit/debian-science/packages/libmatheval.git/plain/debian/patches/disable_coth_test.patch";
|
url = "https://salsa.debian.org/science-team/libmatheval/raw/debian/1.1.11+dfsg-3/debian/patches/disable_coth_test.patch";
|
||||||
sha256 = "0bai8jrd5azfz5afmjixlvifk34liq58qb7p9kb45k6kc1fqqxzm";
|
sha256 = "0bai8jrd5azfz5afmjixlvifk34liq58qb7p9kb45k6kc1fqqxzm";
|
||||||
} )
|
} )
|
||||||
];
|
];
|
||||||
|
Loading…
x
Reference in New Issue
Block a user