libqglviewer: update meta attributes (and add platforms)

This commit is contained in:
Bjørn Forsman 2015-08-26 10:19:28 +02:00
parent f3fb580f65
commit b4d8bb5626

View file

@ -17,9 +17,10 @@ stdenv.mkDerivation rec {
make
'';
meta = {
description = "trackball-based 3D viewer qt widget including many useful features";
homepage = http://artis.imag.fr/Members/Gilles.Debunne/QGLViewer/installUnix.html;
license = stdenv.lib.licenses.gpl2;
meta = with stdenv.lib; {
description = "C++ library based on Qt that eases the creation of OpenGL 3D viewers";
homepage = http://libqglviewer.com/;
license = licenses.gpl2;
platforms = platforms.all;
};
}