mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-02-18 00:49:52 +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
|
--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 = [];
|
||||||
|
};
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue