anonscm.debian.org_gcc6.patch-not-found - replace anonscm.debian.org with sources.debian.org
This commit is contained in:
parent
060a98e9f4
commit
621072a476
|
@ -25,7 +25,7 @@ stdenv.mkDerivation rec {
|
||||||
patches = [
|
patches = [
|
||||||
(fetchpatch {
|
(fetchpatch {
|
||||||
name = "gcc6.patch";
|
name = "gcc6.patch";
|
||||||
url = "https://anonscm.debian.org/cgit/collab-maint/mozjs.git/plain/debian/patches/fix-811665.patch?id=00b15c7841968ab4f7fec409a6b93fa5e1e1d32e";
|
url = "https://sources.debian.org/data/main/m/mozjs/1.8.5-1.0.0+dfsg-6/debian/patches/fix-811665.patch";
|
||||||
sha256 = "1q8477xqxiy5d8376k5902l45gd0qkd4nxmhl8vr6rr1pxfcny99";
|
sha256 = "1q8477xqxiy5d8376k5902l45gd0qkd4nxmhl8vr6rr1pxfcny99";
|
||||||
})
|
})
|
||||||
] ++ stdenv.lib.optionals stdenv.isAarch32 [
|
] ++ stdenv.lib.optionals stdenv.isAarch32 [
|
||||||
|
|
Loading…
Reference in New Issue