nspr: test firefox in passthru

Also tests nss transitively.
This commit is contained in:
Martin Weinelt
2022-08-06 11:36:35 +02:00
parent 9cfb5c053b
commit 5b9af79df3
@@ -3,6 +3,7 @@
, fetchurl
, CoreServices
, buildPackages
, nixosTests
}:
stdenv.mkDerivation rec {
@@ -44,6 +45,10 @@ stdenv.mkDerivation rec {
enableParallelBuilding = true;
passthru.tests = {
inherit (nixosTests) firefox firefox-esr-91 firefox-esr-102;
};
meta = with lib; {
homepage = "https://developer.mozilla.org/en-US/docs/Mozilla/Projects/NSS/Reference/NSPR_functions";
description = "Netscape Portable Runtime, a platform-neutral API for system-level and libc-like functions";