libqglviewer: update meta attributes (and add platforms)
This commit is contained in:
parent
f3fb580f65
commit
b4d8bb5626
@ -17,9 +17,10 @@ stdenv.mkDerivation rec {
|
|||||||
make
|
make
|
||||||
'';
|
'';
|
||||||
|
|
||||||
meta = {
|
meta = with stdenv.lib; {
|
||||||
description = "trackball-based 3D viewer qt widget including many useful features";
|
description = "C++ library based on Qt that eases the creation of OpenGL 3D viewers";
|
||||||
homepage = http://artis.imag.fr/Members/Gilles.Debunne/QGLViewer/installUnix.html;
|
homepage = http://libqglviewer.com/;
|
||||||
license = stdenv.lib.licenses.gpl2;
|
license = licenses.gpl2;
|
||||||
|
platforms = platforms.all;
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user