mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-02-01 07:16:39 +01:00
gnu: diffoscope: Update description.
* gnu/packages/diffoscope (diffoscope)[description]: Mention optional dependencies.
This commit is contained in:
parent
06d41d8d49
commit
f83d07f777
1 changed files with 5 additions and 1 deletions
|
@ -217,7 +217,11 @@ (define-public diffoscope
|
||||||
"Diffoscope tries to get to the bottom of what makes files or directories
|
"Diffoscope tries to get to the bottom of what makes files or directories
|
||||||
different. It recursively unpacks archives of many kinds and transforms
|
different. It recursively unpacks archives of many kinds and transforms
|
||||||
various binary formats into more human readable forms to compare them. It can
|
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+))))
|
(license license:gpl3+))))
|
||||||
|
|
||||||
(define-public trydiffoscope
|
(define-public trydiffoscope
|
||||||
|
|
Loading…
Reference in a new issue