mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-11-14 15:36:47 +03:00
parent
ee8df19a25
commit
55742a2044
@ -1,4 +1,4 @@
|
||||
{ stdenv, fetchurl, writeText, nss, python
|
||||
{ stdenv, fetchurl, writeText, nss, python3
|
||||
, blacklist ? []
|
||||
, includeEmail ? false
|
||||
}:
|
||||
@ -20,7 +20,7 @@ stdenv.mkDerivation rec {
|
||||
|
||||
src = nss.src;
|
||||
|
||||
nativeBuildInputs = [ python ];
|
||||
nativeBuildInputs = [ python3 ];
|
||||
|
||||
configurePhase = ''
|
||||
ln -s nss/lib/ckfw/builtins/certdata.txt
|
||||
|
Loading…
Reference in New Issue
Block a user