parent
ee8df19a25
commit
55742a2044
@ -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
|
||||||
|
Loading…
x
Reference in New Issue
Block a user