mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 23:46:13 -05:00
gnu: diffoscope: Add zip and unzip for test suite.
* gnu/packages/package-management (diffoscope)[native-inputs]: Add zip, unzip.
This commit is contained in:
parent
ba7bd6c62d
commit
30696ea2b2
1 changed files with 3 additions and 1 deletions
|
@ -666,8 +666,10 @@ (define-public diffoscope
|
||||||
("sqlite" ,sqlite)
|
("sqlite" ,sqlite)
|
||||||
("squashfs-tools" ,squashfs-tools)
|
("squashfs-tools" ,squashfs-tools)
|
||||||
("tcpdump" ,tcpdump)
|
("tcpdump" ,tcpdump)
|
||||||
|
("unzip" ,unzip)
|
||||||
("xxd" ,xxd)
|
("xxd" ,xxd)
|
||||||
("xz" ,xz)))
|
("xz" ,xz)
|
||||||
|
("zip" ,(@ (gnu packages compression) zip))))
|
||||||
(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 a new issue