From f83d07f7778b699d46741a5667113342f5f0a737 Mon Sep 17 00:00:00 2001 From: Vagrant Cascadian Date: Thu, 6 Feb 2020 13:45:28 -0800 Subject: gnu: diffoscope: Update description. * gnu/packages/diffoscope (diffoscope)[description]: Mention optional dependencies. --- gnu/packages/diffoscope.scm | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/gnu/packages/diffoscope.scm b/gnu/packages/diffoscope.scm index 998a71aeab..534d859812 100644 --- a/gnu/packages/diffoscope.scm +++ b/gnu/packages/diffoscope.scm @@ -217,7 +217,11 @@ "Diffoscope tries to get to the bottom of what makes files or directories different. It recursively unpacks archives of many kinds and transforms various binary formats into more human readable forms to compare them. It can -compare two tarballs, ISO images, or PDFs just as easily.") +compare two tarballs, ISO images, or PDFs just as easily. + +Diffoscope has many optional dependencies; @code{diffoscope +--list-missing-tools guix} will display optional packages to +install.") (license license:gpl3+)))) (define-public trydiffoscope -- cgit v1.2.3