mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-24 22:50:49 +00:00
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 a new issue