1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-09-11 15:08:33 +01:00

pkgs/applications/misc/xpdf: added meta section

svn path=/nixpkgs/trunk/; revision=24139
This commit is contained in:
Peter Simons 2010-10-07 13:14:13 +00:00
parent 5b87d8b27d
commit 948b839e3d

View file

@ -53,4 +53,12 @@ stdenv.mkDerivation {
--replace '#displayFontT1' displayFontT1 --replace '#displayFontT1' displayFontT1
fi fi
"; ";
meta = {
homepage = "http://www.foolabs.com/xpdf/";
description = "viewer for Portable Document Format (PDF) files";
platforms = stdenv.lib.platforms.unix;
maintainers = [];
};
} }