nss: fetchpatch -> fetchurl
This isn't a dynamically generated patch, so it's not required, and the hash was for unmodified patch anyway.
This commit is contained in:
parent
b6adec130b
commit
f8e39ec13c
@ -24,7 +24,7 @@ in stdenv.mkDerivation rec {
|
|||||||
|
|
||||||
patches =
|
patches =
|
||||||
[ # FIXME: what is this patch for? Do we still need it?
|
[ # FIXME: what is this patch for? Do we still need it?
|
||||||
(fetchpatch {
|
(fetchurl {
|
||||||
url = "https://gitweb.gentoo.org/repo/gentoo.git/plain/dev-libs/nss/files/nss-3.28-gentoo-fixups.patch";
|
url = "https://gitweb.gentoo.org/repo/gentoo.git/plain/dev-libs/nss/files/nss-3.28-gentoo-fixups.patch";
|
||||||
sha256 = "0z58axd1n7vq4kdp5mrb3dsg6di39a1g40s3shl6n2dzs14c1y2q";
|
sha256 = "0z58axd1n7vq4kdp5mrb3dsg6di39a1g40s3shl6n2dzs14c1y2q";
|
||||||
})
|
})
|
||||||
|
Loading…
x
Reference in New Issue
Block a user