ppl: fetch clang patch from alternate location (that doesn't require auth)

This commit is contained in:
Mauricio Collares 2020-12-02 16:44:10 -03:00
parent 8b8cae779f
commit 88cfc7f87b

View File

@ -12,8 +12,8 @@ stdenv.mkDerivation {
};
patches = [(fetchpatch {
name = "ppl.patch";
url = "http://www.cs.unipr.it/git/gitweb.cgi?p=ppl/ppl.git;a=patch;h=c39f6a07b51f89e365b05ba4147aa2aa448febd7";
name = "clang5-support.patch";
url = "https://git.sagemath.org/sage.git/plain/build/pkgs/ppl/patches/clang5-support.patch?h=9.2";
sha256 = "1zj90hm25pkgvk4jlkfzh18ak9b98217gbidl3731fdccbw6hr87";
})];