pkgs/applications/misc/xpdf: added meta section
svn path=/nixpkgs/trunk/; revision=24139
This commit is contained in:
parent
5b87d8b27d
commit
948b839e3d
@ -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 = [];
|
||||
};
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user