cacert: fix unicode names in blacklist

Fixes #27576.
This commit is contained in:
Franz Pletz
2017-07-31 12:26:23 +02:00
parent ee8df19a25
commit 55742a2044
+2 -2
View File
@@ -1,4 +1,4 @@
{ stdenv, fetchurl, writeText, nss, python { stdenv, fetchurl, writeText, nss, python3
, blacklist ? [] , blacklist ? []
, includeEmail ? false , includeEmail ? false
}: }:
@@ -20,7 +20,7 @@ stdenv.mkDerivation rec {
src = nss.src; src = nss.src;
nativeBuildInputs = [ python ]; nativeBuildInputs = [ python3 ];
configurePhase = '' configurePhase = ''
ln -s nss/lib/ckfw/builtins/certdata.txt ln -s nss/lib/ckfw/builtins/certdata.txt