ppl: fetch clang patch from alternate location (that doesn't require auth)
This commit is contained in:
parent
8b8cae779f
commit
88cfc7f87b
@ -12,8 +12,8 @@ stdenv.mkDerivation {
|
|||||||
};
|
};
|
||||||
|
|
||||||
patches = [(fetchpatch {
|
patches = [(fetchpatch {
|
||||||
name = "ppl.patch";
|
name = "clang5-support.patch";
|
||||||
url = "http://www.cs.unipr.it/git/gitweb.cgi?p=ppl/ppl.git;a=patch;h=c39f6a07b51f89e365b05ba4147aa2aa448febd7";
|
url = "https://git.sagemath.org/sage.git/plain/build/pkgs/ppl/patches/clang5-support.patch?h=9.2";
|
||||||
sha256 = "1zj90hm25pkgvk4jlkfzh18ak9b98217gbidl3731fdccbw6hr87";
|
sha256 = "1zj90hm25pkgvk4jlkfzh18ak9b98217gbidl3731fdccbw6hr87";
|
||||||
})];
|
})];
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user