buildMozillaMach: use nss 3.115 for 143, 3.116 for 144
This commit is contained in:
@@ -90,6 +90,7 @@ in
|
||||
nspr,
|
||||
nss_esr,
|
||||
nss_3_114,
|
||||
nss_3_115,
|
||||
nss_latest,
|
||||
onnxruntime,
|
||||
pango,
|
||||
@@ -573,8 +574,10 @@ buildStdenv.mkDerivation {
|
||||
xorg.xorgproto
|
||||
zlib
|
||||
(
|
||||
if (lib.versionAtLeast version "143") then
|
||||
if (lib.versionAtLeast version "144") then
|
||||
nss_latest
|
||||
else if (lib.versionAtLeast version "143") then
|
||||
nss_3_115
|
||||
else if (lib.versionAtLeast version "141") then
|
||||
nss_3_114
|
||||
else
|
||||
|
||||
Reference in New Issue
Block a user