about summary refs log tree commit diff
path: root/pkgs/applications/misc/xpdf
diff options
context:
space:
mode:
authorPeter Simons <simons@cryp.to>2010-10-07 13:14:13 +0000
committerPeter Simons <simons@cryp.to>2010-10-07 13:14:13 +0000
commit948b839e3dd4a6a5891dd83488f26b47f832e90a (patch)
tree4df2f130b4677b75da34a28fa0f77dab3a55cf68 /pkgs/applications/misc/xpdf
parent5b87d8b27db344f8e861d9c273964da7f736fc75 (diff)
pkgs/applications/misc/xpdf: added meta section
svn path=/nixpkgs/trunk/; revision=24139
Diffstat (limited to 'pkgs/applications/misc/xpdf')
-rw-r--r--pkgs/applications/misc/xpdf/default.nix8
1 files changed, 8 insertions, 0 deletions
diff --git a/pkgs/applications/misc/xpdf/default.nix b/pkgs/applications/misc/xpdf/default.nix
index 8e2abada55dff..259924cd3e314 100644
--- a/pkgs/applications/misc/xpdf/default.nix
+++ b/pkgs/applications/misc/xpdf/default.nix
@@ -53,4 +53,12 @@ stdenv.mkDerivation {
         --replace '#displayFontT1' displayFontT1
     fi
   ";
+
+  meta = {
+    homepage = "http://www.foolabs.com/xpdf/";
+    description = "viewer for Portable Document Format (PDF) files";
+
+    platforms = stdenv.lib.platforms.unix;
+    maintainers = [];
+  };
 }