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