librewolf: mark with knownVulnerabilities

This commit is contained in:
Hythera
2026-06-14 18:05:18 +02:00
parent 6f11897ec8
commit 52a5a3bdd7
@@ -40,6 +40,9 @@ in
maxSilent = 14400; # 4h, double the default of 7200s (c.f. #129212, #129115)
license = lib.licenses.mpl20;
mainProgram = "librewolf";
knownVulnerabilities = [
"librewolf lacks an active committer in nixpkgs, consider using an alternative"
];
};
tests = { inherit (nixosTests) librewolf; };
updateScript = callPackage ./update.nix {