nss: patch http location moved, let's keep it in filesystem

This commit is contained in:
Domen Kožar
2014-01-22 10:46:37 +01:00
parent fc1ae3f6b5
commit 5b982bd090
2 changed files with 82 additions and 7 deletions
+2 -7
View File
@@ -9,12 +9,6 @@ let
sha256 = "1k1m8lsgqwxx251943hks1dd13hz1adpqqb0hxwn011by5vmi201";
};
secLoadPatch = fetchurl {
name = "security_load.patch";
urls = http://patch-tracker.debian.org/patch/series/dl/nss/2:3.15.3.1-1/85_security_load.patch;
sha256 = "041c6v4cxwsy14qr5m9qs0gkv3w24g632cwpz27kacxpa886r1ds";
};
in stdenv.mkDerivation rec {
name = "nss-${version}";
version = "3.15.3.1";
@@ -32,7 +26,8 @@ in stdenv.mkDerivation rec {
patches =
[ ./nss-3.15-gentoo-fixups.patch
secLoadPatch
# from http://patch-tracker.debian.org/patch/series/dl/nss/2:3.15.4-1/85_security_load.patch
./85_security_load.patch
./nix_secload_fixup.patch
];