diff options
author | Vagrant Cascadian <vagrant@reproducible-builds.org> | 2020-02-06 13:45:28 -0800 |
---|---|---|
committer | Vagrant Cascadian <vagrant@debian.org> | 2020-02-06 13:51:55 -0800 |
commit | f83d07f7778b699d46741a5667113342f5f0a737 (patch) | |
tree | 733650fcda8bec195aa13e539ff17df0139e1101 | |
parent | 06d41d8d498dec2cedcb778cde50d13a5d95dc0e (diff) | |
download | patches-f83d07f7778b699d46741a5667113342f5f0a737.tar patches-f83d07f7778b699d46741a5667113342f5f0a737.tar.gz |
gnu: diffoscope: Update description.
* gnu/packages/diffoscope (diffoscope)[description]: Mention optional
dependencies.
-rw-r--r-- | gnu/packages/diffoscope.scm | 6 |
1 files changed, 5 insertions, 1 deletions
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 |