wxwidgets: add homepage and descriptions

Update meta to make things more informative.
This commit is contained in:
Matthew Bauer 2017-04-23 15:25:23 -05:00
parent 6f3085d572
commit 3cfdaa4b2b
4 changed files with 13 additions and 1 deletions

@ -65,7 +65,10 @@ stdenv.mkDerivation rec {
enableParallelBuilding = true;
meta = {
platforms = stdenv.lib.platforms.linux;
platforms = platforms.linux;
license = licenses.wxWindows;
homepage = "https://www.wxwidgets.org/";
description = "a C++ library that lets developers create applications for Windows, Mac OS X, Linux and other platforms with a single code base";
longDescription = "wxWidgets gives you a single, easy-to-use API for writing GUI applications on multiple platforms that still utilize the native platform's controls and utilities. Link with the appropriate library for your platform and compiler, and your application will adopt the look and feel appropriate to that platform. On top of great GUI functionality, wxWidgets gives you: online help, network programming, streams, clipboard and drag and drop, multithreading, image loading and saving in a variety of popular formats, database support, HTML viewing and printing, and much more.";
};
}

@ -69,5 +69,8 @@ stdenv.mkDerivation {
meta = {
platforms = with platforms; darwin ++ linux;
license = licenses.wxWindows;
homepage = "https://www.wxwidgets.org/";
description = "a C++ library that lets developers create applications for Windows, Mac OS X, Linux and other platforms with a single code base";
longDescription = "wxWidgets gives you a single, easy-to-use API for writing GUI applications on multiple platforms that still utilize the native platform's controls and utilities. Link with the appropriate library for your platform and compiler, and your application will adopt the look and feel appropriate to that platform. On top of great GUI functionality, wxWidgets gives you: online help, network programming, streams, clipboard and drag and drop, multithreading, image loading and saving in a variety of popular formats, database support, HTML viewing and printing, and much more.";
};
}

@ -80,5 +80,8 @@ stdenv.mkDerivation {
meta = {
platforms = with platforms; darwin ++ linux;
license = licenses.wxWindows;
homepage = "https://www.wxwidgets.org/";
description = "a C++ library that lets developers create applications for Windows, Mac OS X, Linux and other platforms with a single code base";
longDescription = "wxWidgets gives you a single, easy-to-use API for writing GUI applications on multiple platforms that still utilize the native platform's controls and utilities. Link with the appropriate library for your platform and compiler, and your application will adopt the look and feel appropriate to that platform. On top of great GUI functionality, wxWidgets gives you: online help, network programming, streams, clipboard and drag and drop, multithreading, image loading and saving in a variety of popular formats, database support, HTML viewing and printing, and much more.";
};
}

@ -102,5 +102,8 @@ stdenv.mkDerivation rec {
platforms = platforms.darwin;
license = licenses.wxWindows;
maintainers = [ maintainers.lnl7 ];
homepage = "https://www.wxwidgets.org/";
description = "a C++ library that lets developers create applications for Windows, Mac OS X, Linux and other platforms with a single code base";
longDescription = "wxWidgets gives you a single, easy-to-use API for writing GUI applications on multiple platforms that still utilize the native platform's controls and utilities. Link with the appropriate library for your platform and compiler, and your application will adopt the look and feel appropriate to that platform. On top of great GUI functionality, wxWidgets gives you: online help, network programming, streams, clipboard and drag and drop, multithreading, image loading and saving in a variety of popular formats, database support, HTML viewing and printing, and much more.";
};
}