summary refs log tree commit diff
path: root/pkgs/applications/graphics/openscad
diff options
context:
space:
mode:
authorBjørn Forsman <bjorn.forsman@gmail.com>2013-04-25 08:20:49 +0200
committerBjørn Forsman <bjorn.forsman@gmail.com>2013-04-25 08:20:49 +0200
commit9f04208116d21dc7e2e542ccfd3b4433cfd96610 (patch)
tree7f592ecebb5e061d2284421b1eef79e18583dd23 /pkgs/applications/graphics/openscad
parentee322d440cf6ea1499b7c0ef04f311c41e572374 (diff)
downloadnixlib-9f04208116d21dc7e2e542ccfd3b4433cfd96610.tar
nixlib-9f04208116d21dc7e2e542ccfd3b4433cfd96610.tar.gz
nixlib-9f04208116d21dc7e2e542ccfd3b4433cfd96610.tar.bz2
nixlib-9f04208116d21dc7e2e542ccfd3b4433cfd96610.tar.lz
nixlib-9f04208116d21dc7e2e542ccfd3b4433cfd96610.tar.xz
nixlib-9f04208116d21dc7e2e542ccfd3b4433cfd96610.tar.zst
nixlib-9f04208116d21dc7e2e542ccfd3b4433cfd96610.zip
openscad: add longDescription and license
longDescription is taken from openscad homepage.
Diffstat (limited to 'pkgs/applications/graphics/openscad')
-rw-r--r--pkgs/applications/graphics/openscad/default.nix12
1 files changed, 12 insertions, 0 deletions
diff --git a/pkgs/applications/graphics/openscad/default.nix b/pkgs/applications/graphics/openscad/default.nix
index 53fe68f9fa91..1f1bc052a6f0 100644
--- a/pkgs/applications/graphics/openscad/default.nix
+++ b/pkgs/applications/graphics/openscad/default.nix
@@ -22,7 +22,19 @@ stdenv.mkDerivation rec {
 
   meta = {
     description = "3D parametric model compiler";
+    longDescription = ''
+      OpenSCAD is a software for creating solid 3D CAD objects. It is free
+      software and available for Linux/UNIX, MS Windows and Mac OS X.
+
+      Unlike most free software for creating 3D models (such as the famous
+      application Blender) it does not focus on the artistic aspects of 3D
+      modelling but instead on the CAD aspects. Thus it might be the
+      application you are looking for when you are planning to create 3D models of
+      machine parts but pretty sure is not what you are looking for when you are more
+      interested in creating computer-animated movies.
+    '';
     homepage = "http://openscad.org/";
+    license = stdenv.lib.licenses.gpl2;
     platforms = with stdenv.lib.platforms;
       linux;
     maintainers = with stdenv.lib.maintainers;