openscenegraph: switch to lgpl + exception

This commit is contained in:
jopejoe1
2025-09-28 18:47:22 +02:00
parent 4875c867f3
commit e5786e9324
+4 -1
View File
@@ -147,6 +147,9 @@ stdenv.mkDerivation rec {
raskin
];
platforms = with platforms; linux ++ darwin;
license = "OpenSceneGraph Public License - free LGPL-based license";
license = with lib.licenses; [
lgpl21Only
wxWindowsException31
];
};
}