wxwidgets: add wxWindows license
all wx{GTK,widgets,windows,mac,etc}* packages use the wxWindows license.
This commit is contained in:
@@ -67,6 +67,7 @@ stdenv.mkDerivation {
|
||||
enableParallelBuilding = true;
|
||||
|
||||
meta = {
|
||||
platforms = with stdenv.lib.platforms; darwin ++ linux;
|
||||
platforms = with platforms; darwin ++ linux;
|
||||
license = licenses.wxWindows;
|
||||
};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user