8 stdenv.mkDerivation rec {
9 pname = "lcdf-typetools";
12 src = fetchFromGitHub {
16 sha256 = "sha256-hoILYYCef2R1v6aN9V+FoYnXYaKsnGN2jlpb/QFAN/w=";
19 nativeBuildInputs = [ autoreconfHook ];
21 configureFlags = [ "--without-kpathsea" ];
24 description = "Utilities for manipulating OpenType, PostScript Type 1, and Multiple Master fonts";
25 homepage = "https://www.lcdf.org/type";
26 license = licenses.gpl2Only;
27 maintainers = with maintainers; [ dtzWill ];