osgqt: switch to lgpl + exception

This commit is contained in:
jopejoe1
2025-09-28 18:47:22 +02:00
parent e5786e9324
commit 26dcd1eac7
+4 -1
View File
@@ -42,7 +42,10 @@ stdenv.mkDerivation (finalAttrs: {
meta = {
description = "Qt bindings for OpenSceneGraph";
homepage = "https://github.com/openscenegraph/osgQt";
license = "OpenSceneGraph Public License - free LGPL-based license";
license = with lib.licenses; [
lgpl21Only
wxWindowsException31
];
maintainers = [ lib.maintainers.nim65s ];
platforms = lib.platforms.unix;
};