ovn: add LGPL2.1+ and SISSL

LGPL2.1 is for ovs-bugtool plugins (recently moved to `tools` output).
SSISL for a small part of ovs library.
This commit is contained in:
Ihar Hrachyshka
2025-09-19 11:58:31 -04:00
parent 0768368048
commit dd1abd9bd7
+5 -1
View File
@@ -141,7 +141,11 @@ stdenv.mkDerivation (finalAttrs: {
'';
homepage = "https://www.ovn.org";
changelog = "https://github.com/ovn-org/ovn/blob/refs/tags/${finalAttrs.src.tag}/NEWS";
license = lib.licenses.asl20;
license = with lib.licenses; [
asl20
lgpl21Plus # bugtool plugins
sissl11 # lib/sflow from ovs submodule
];
maintainers = with lib.maintainers; [
adamcstephens
booxter