mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-11-15 03:15:56 +03:00
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 {
|
||||
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";
|
||||
})];
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user