19 ucd-blocks = fetchurl {
20 url = "https://www.unicode.org/Public/15.0.0/ucd/Blocks.txt";
21 hash = "sha256-Up3F0PY4bVLy9W4AS7+rSM4tWH7qnTi6VGxAUkkb2CA=";
24 stdenv.mkDerivation rec {
28 src = fetchFromGitHub {
31 rev = "release/${version}";
32 hash = "sha256-O5RT68wPWwzCb51JZWWNcIubWoM7NZw/MRiaHXPDmF0=";
36 "-DUNICODE_BLOCKS=${ucd-blocks.outPath}"
39 outputs = [ "out" "man" ];
60 perlPath = with perlPackages; makePerlPath [
67 for cmd in pdfoutline pdf-extract-outline; do
68 wrapProgram "$out/bin/$cmd" --prefix PERL5LIB : "${perlPath}"
73 homepage = "https://github.com/eugmes/fntsample";
74 description = "PDF and PostScript font samples generator";
75 license = licenses.gpl3Plus;
76 maintainers = with maintainers; [ ];
77 platforms = platforms.unix;
80 # TODO: factor/package ucd-blocks