summary refs log tree commit diff
diff options
context:
space:
mode:
authorBjørn Forsman <bjorn.forsman@gmail.com>2014-06-22 21:46:34 +0200
committerBjørn Forsman <bjorn.forsman@gmail.com>2014-06-22 21:46:34 +0200
commita14365b568370790fc363e8b0358e3d3e542bca5 (patch)
tree400ebdb61cdd8a07757a5842e07d1e0c37207b71
parent6693f6c3e35b6931ee99d60b940b09b02d23de6a (diff)
downloadnixpkgs-a14365b568370790fc363e8b0358e3d3e542bca5.tar
nixpkgs-a14365b568370790fc363e8b0358e3d3e542bca5.tar.gz
nixpkgs-a14365b568370790fc363e8b0358e3d3e542bca5.tar.bz2
nixpkgs-a14365b568370790fc363e8b0358e3d3e542bca5.tar.lz
nixpkgs-a14365b568370790fc363e8b0358e3d3e542bca5.tar.xz
nixpkgs-a14365b568370790fc363e8b0358e3d3e542bca5.tar.zst
nixpkgs-a14365b568370790fc363e8b0358e3d3e542bca5.zip
alchemy: add meta.longDescription
-rw-r--r--pkgs/applications/graphics/alchemy/default.nix8
1 files changed, 8 insertions, 0 deletions
diff --git a/pkgs/applications/graphics/alchemy/default.nix b/pkgs/applications/graphics/alchemy/default.nix
index 6a212a7a931..ee8543f7039 100644
--- a/pkgs/applications/graphics/alchemy/default.nix
+++ b/pkgs/applications/graphics/alchemy/default.nix
@@ -22,6 +22,14 @@ stdenv.mkDerivation {
 
   meta = {
     description = "Drawing application";
+    longDescription = ''
+      Alchemy is an open drawing project aimed at exploring how we can sketch,
+      draw, and create on computers in new ways. Alchemy isn’t software for
+      creating finished artwork, but rather a sketching environment that
+      focuses on the absolute initial stage of the creation process.
+      Experimental in nature, Alchemy lets you brainstorm visually to explore
+      an expanded range of ideas and possibilities in a serendipitous way.
+    '';
     homepage = http://al.chemy.org/;
     license = stdenv.lib.licenses.gpl3Plus;
     maintainers = [stdenv.lib.maintainers.marcweber];