wxwidgets: add wxWindows license

all wx{GTK,widgets,windows,mac,etc}* packages use the wxWindows license.
This commit is contained in:
Matthew Bauer
2017-04-23 15:20:35 -05:00
parent 3cc4bfa7a3
commit 6f3085d572
5 changed files with 11 additions and 2 deletions
@@ -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 ];
};
}