summary refs log tree commit diff
path: root/pkgs/development/libraries/libqglviewer
diff options
context:
space:
mode:
authorBjørn Forsman <bjorn.forsman@gmail.com>2015-08-26 10:19:28 +0200
committerBjørn Forsman <bjorn.forsman@gmail.com>2015-08-26 16:50:55 +0200
commitb4d8bb5626fa7a2e380aa2179a809f153e2b645c (patch)
tree749f0f8a2f5927cbe8828908a1428b78f1b30f92 /pkgs/development/libraries/libqglviewer
parentf3fb580f658f1738d7e8f92b575442e08867ec2b (diff)
downloadnixpkgs-b4d8bb5626fa7a2e380aa2179a809f153e2b645c.tar
nixpkgs-b4d8bb5626fa7a2e380aa2179a809f153e2b645c.tar.gz
nixpkgs-b4d8bb5626fa7a2e380aa2179a809f153e2b645c.tar.bz2
nixpkgs-b4d8bb5626fa7a2e380aa2179a809f153e2b645c.tar.lz
nixpkgs-b4d8bb5626fa7a2e380aa2179a809f153e2b645c.tar.xz
nixpkgs-b4d8bb5626fa7a2e380aa2179a809f153e2b645c.tar.zst
nixpkgs-b4d8bb5626fa7a2e380aa2179a809f153e2b645c.zip
libqglviewer: update meta attributes (and add platforms)
Diffstat (limited to 'pkgs/development/libraries/libqglviewer')
-rw-r--r--pkgs/development/libraries/libqglviewer/default.nix9
1 files changed, 5 insertions, 4 deletions
diff --git a/pkgs/development/libraries/libqglviewer/default.nix b/pkgs/development/libraries/libqglviewer/default.nix
index 86ee672d4b4..829e5f92353 100644
--- a/pkgs/development/libraries/libqglviewer/default.nix
+++ b/pkgs/development/libraries/libqglviewer/default.nix
@@ -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;
   };
 }