gnu: diffoscope: Enable additional tests.
* gnu/packages/package-management (diffoscope) [native-inputs]: Add additional packages used for tests.
This commit is contained in:
parent
3ec8c0ca94
commit
3dd20da0cb
|
@ -620,7 +620,25 @@ transactions from C or Python.")
|
||||||
("xxd" ,xxd)))
|
("xxd" ,xxd)))
|
||||||
;; Below are modules used for tests.
|
;; Below are modules used for tests.
|
||||||
(native-inputs `(("python-pytest" ,python-pytest)
|
(native-inputs `(("python-pytest" ,python-pytest)
|
||||||
("python-chardet" ,python-chardet)))
|
("python-chardet" ,python-chardet)
|
||||||
|
;; test suite skips tests when tool is missing
|
||||||
|
("bdb" ,bdb)
|
||||||
|
("binutils" ,binutils)
|
||||||
|
("bzip2" ,bzip2)
|
||||||
|
("colord" ,colord)
|
||||||
|
("cpio" ,cpio)
|
||||||
|
("e2fsprogs" ,e2fsprogs)
|
||||||
|
("gettext" ,gettext-minimal)
|
||||||
|
("gnumeric" ,gnumeric)
|
||||||
|
("gnupg" ,gnupg)
|
||||||
|
("libarchive" ,libarchive)
|
||||||
|
("lz4" ,lz4)
|
||||||
|
("openssh" ,openssh)
|
||||||
|
("rpm" ,rpm)
|
||||||
|
("sqlite" ,sqlite)
|
||||||
|
("squashfs-tools" ,squashfs-tools)
|
||||||
|
("xxd" ,xxd)
|
||||||
|
("xz" ,xz)))
|
||||||
(home-page "https://diffoscope.org/")
|
(home-page "https://diffoscope.org/")
|
||||||
(synopsis "Compare files, archives, and directories in depth")
|
(synopsis "Compare files, archives, and directories in depth")
|
||||||
(description
|
(description
|
||||||
|
|
Loading…
Reference in New Issue