diff options
author | Tobias Geerinckx-Rice <me@tobias.gr> | 2020-07-29 15:12:14 +0200 |
---|---|---|
committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2020-07-29 15:12:36 +0200 |
commit | 6fdd40b35f6b7b01a121eb5ee68db82edc3ca7c4 (patch) | |
tree | cb1b2338ad7215eef40d12252d0488c4244fe47e /gnu/packages/pdf.scm | |
parent | ab10e460d6769481a30bdd5a0a2c1959ef56bac0 (diff) | |
download | guix-6fdd40b35f6b7b01a121eb5ee68db82edc3ca7c4.tar guix-6fdd40b35f6b7b01a121eb5ee68db82edc3ca7c4.tar.gz |
gnu: paps: Update description.
Fixes <https://issues.guix.gnu.org/42598>.
* gnu/packages/pdf.scm (paps)[description]: Update back-end technology.
Diffstat (limited to 'gnu/packages/pdf.scm')
-rw-r--r-- | gnu/packages/pdf.scm | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/gnu/packages/pdf.scm b/gnu/packages/pdf.scm index 5cf93ad724..dbe61ae3a8 100644 --- a/gnu/packages/pdf.scm +++ b/gnu/packages/pdf.scm @@ -1311,8 +1311,7 @@ presentation. The input files processed by pdfpc are PDF documents.") (synopsis "Pango to PostScript converter") (description "Paps reads a UTF-8 encoded file and generates a PostScript language -rendering of the file. The rendering is done by creating outline curves -through the Pango @code{ft2} backend.") +rendering of the file through the Pango Cairo back end.") (license license:lgpl2.0+))) (define-public stapler |