openscenegraph: switch to lgpl + exception
This commit is contained in:
@@ -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
|
||||
];
|
||||
};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user