Skip to content

Commit

Permalink
nss: fetchpatch -> fetchurl
Browse files Browse the repository at this point in the history
This isn't a dynamically generated patch, so it's not required,
and the hash was for unmodified patch anyway.
  • Loading branch information
vcunat committed Jan 24, 2017
1 parent b6adec1 commit f8e39ec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkgs/development/libraries/nss/default.nix
Expand Up @@ -24,7 +24,7 @@ in stdenv.mkDerivation rec {

patches =
[ # 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";
sha256 = "0z58axd1n7vq4kdp5mrb3dsg6di39a1g40s3shl6n2dzs14c1y2q";
})
Expand Down

0 comments on commit f8e39ec

Please sign in to comment.