13 stdenv.mkDerivation (finalAttrs: {
14 pname = "opentype-sanitizer";
17 src = fetchFromGitHub {
18 owner = "khaledhosny";
20 rev = "v${finalAttrs.version}";
21 hash = "sha256-gsNMPNPcfHyOgjJnIrJ5tLYHbCfIfTowEhcaGOUPb2Q=";
24 mesonFlags = [ "-Dcpp_std=c++14" ];
41 description = "Sanitizing parser for OpenType fonts";
42 homepage = "https://github.com/khaledhosny/ots";
43 license = licenses.bsd3;
44 maintainers = with maintainers; [ danc86 ];