From dd1abd9bd7be5718215d9b88ac37475a409aef69 Mon Sep 17 00:00:00 2001 From: Ihar Hrachyshka Date: Fri, 19 Sep 2025 11:58:14 -0400 Subject: [PATCH] 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. --- pkgs/by-name/ov/ovn/package.nix | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/pkgs/by-name/ov/ovn/package.nix b/pkgs/by-name/ov/ovn/package.nix index ba05304c0f67..cf0ef482dab0 100644 --- a/pkgs/by-name/ov/ovn/package.nix +++ b/pkgs/by-name/ov/ovn/package.nix @@ -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