cacert: switch to python3
This commit is contained in:
parent
eb1d315cd8
commit
3a8d826723
|
@ -1,4 +1,4 @@
|
||||||
{ stdenv, fetchurl, nss, python
|
{ stdenv, fetchurl, nss, python3
|
||||||
, blacklist ? []
|
, blacklist ? []
|
||||||
, includeEmail ? false
|
, includeEmail ? false
|
||||||
}:
|
}:
|
||||||
|
@ -22,7 +22,7 @@ stdenv.mkDerivation {
|
||||||
|
|
||||||
outputs = [ "out" "unbundled" ];
|
outputs = [ "out" "unbundled" ];
|
||||||
|
|
||||||
nativeBuildInputs = [ python ];
|
nativeBuildInputs = [ python3 ];
|
||||||
|
|
||||||
configurePhase = ''
|
configurePhase = ''
|
||||||
ln -s nss/lib/ckfw/builtins/certdata.txt
|
ln -s nss/lib/ckfw/builtins/certdata.txt
|
||||||
|
|
Loading…
Reference in New Issue