diff options
| author | pinoaffe <pinoaffe@gmail.com> | 2025-08-28 15:21:58 +0200 |
|---|---|---|
| committer | Liliana Marie Prikler <liliana.prikler@gmail.com> | 2026-01-12 22:42:10 +0100 |
| commit | 72045ff654747ab631b2f04e9fed2a1787bd16c0 (patch) | |
| tree | 95f0dcecf4bd13747beb472238306ed5b77c6ad8 /gnu | |
| parent | 4aef912f826f8fb773d9f5ba3ff4d1bed2ca337f (diff) | |
gnu: fntsample: Add perl dependency
* gnu/packages/fontutils.scm (fntsample)[inputs]: Add perl.
Change-Id: I2c96776da4b0dc53050e36f8ba1a88fec8b00812
Signed-off-by: Liliana Marie Prikler <liliana.prikler@gmail.com>
Diffstat (limited to 'gnu')
| -rw-r--r-- | gnu/packages/fontutils.scm | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/gnu/packages/fontutils.scm b/gnu/packages/fontutils.scm index 57f91e5f7af..cf43ec25e59 100644 --- a/gnu/packages/fontutils.scm +++ b/gnu/packages/fontutils.scm @@ -2211,6 +2211,7 @@ work well with other GTK desktop environments.") ("freetype" ,freetype) ("glib" ,glib) ("pango" ,pango) + ("perl" ,perl) ;needed for pdfoutline ("perl-pdf-api2" ,perl-pdf-api2) ("perl-libintl-perl" ,perl-libintl-perl) ("unicode-blocks" @@ -2227,7 +2228,10 @@ work well with other GTK desktop environments.") (synopsis "PDF and PostScript font samples generator") (description "This package provides a tool that can be used to make font samples that show coverage of the font and are similar in appearance to -Unicode Charts. It was developed for use with DejaVu Fonts project.") +Unicode Charts. It was developed for use with DejaVu Fonts project. + +This package also includes the @command{pdfoutline} script, which can be used +to modify outlines (machine-readable tables of contents) in PDF files.") (license license:gpl3+))) (define-public libraqm |
