* Added t1lib, a library for Type 1 font support. Enabled it in xpdf.
svn path=/nixpkgs/trunk/; revision=4328
This commit is contained in:
11
pkgs/development/libraries/t1lib/default.nix
Normal file
11
pkgs/development/libraries/t1lib/default.nix
Normal file
@@ -0,0 +1,11 @@
|
||||
{stdenv, fetchurl, x11, libXaw}:
|
||||
|
||||
stdenv.mkDerivation {
|
||||
name = "t1lib-5.1.0";
|
||||
src = fetchurl {
|
||||
url = ftp://ftp.nluug.nl/pub/metalab/libs/graphics/t1lib-5.1.0.tar.gz;
|
||||
md5 = "a05bed4aa63637052e60690ccde70421";
|
||||
};
|
||||
buildInputs = [x11 libXaw];
|
||||
makeFlags = "without_doc";
|
||||
}
|
||||
Reference in New Issue
Block a user