summaryrefslogtreecommitdiffstats
path: root/pkgs/applications/graphics
diff options
context:
space:
mode:
authorMarc Weber <marco-oweber@gmx.de>2009-10-18 04:43:53 +0000
committerMarc Weber <marco-oweber@gmx.de>2009-10-18 04:43:53 +0000
commitdd3564aba9cb4c7b52bb88f08a0c528780f438c5 (patch)
tree6e9426a7d8bddd2457ba7e8dc8c4f46eab8f50d8 /pkgs/applications/graphics
parent09d4027cc0d48526d1ccbcd035d2ee9751005fba (diff)
adding ps2edit
svn path=/nixpkgs/trunk/; revision=17863
Diffstat (limited to 'pkgs/applications/graphics')
-rw-r--r--pkgs/applications/graphics/inkscape/default.nix3
1 files changed, 3 insertions, 0 deletions
diff --git a/pkgs/applications/graphics/inkscape/default.nix b/pkgs/applications/graphics/inkscape/default.nix
index c0f9b1680044..117b20d4770a 100644
--- a/pkgs/applications/graphics/inkscape/default.nix
+++ b/pkgs/applications/graphics/inkscape/default.nix
@@ -52,6 +52,9 @@ stdenv.mkDerivation rec {
longDescription = ''
Inkscape is a feature-rich vector graphics editor that edits
files in the W3C SVG (Scalable Vector Graphics) file format.
+
+ If you want to import .eps files install ps2edit
'';
+
};
}