guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

01/01: gnu: diffoscope: Add zip and unzip for test suite.


From: guix-commits
Subject: 01/01: gnu: diffoscope: Add zip and unzip for test suite.
Date: Sun, 8 Sep 2019 17:24:59 -0400 (EDT)

vagrantc pushed a commit to branch master
in repository guix.

commit 30696ea2b27747e047589527572ef39e60555047
Author: Vagrant Cascadian <address@hidden>
Date:   Sun Sep 8 13:40:01 2019 -0700

    gnu: diffoscope: Add zip and unzip for test suite.
    
    * gnu/packages/package-management (diffoscope)[native-inputs]: Add zip, 
unzip.
---
 gnu/packages/package-management.scm | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/gnu/packages/package-management.scm 
b/gnu/packages/package-management.scm
index 0d1830c..18e8a38 100644
--- a/gnu/packages/package-management.scm
+++ b/gnu/packages/package-management.scm
@@ -666,8 +666,10 @@ transactions from C or Python.")
                        ("sqlite" ,sqlite)
                        ("squashfs-tools" ,squashfs-tools)
                        ("tcpdump" ,tcpdump)
+                       ("unzip" ,unzip)
                        ("xxd" ,xxd)
-                       ("xz" ,xz)))
+                       ("xz" ,xz)
+                       ("zip" ,(@ (gnu packages compression) zip))))
       (home-page "https://diffoscope.org/";)
       (synopsis "Compare files, archives, and directories in depth")
       (description



reply via email to

[Prev in Thread] Current Thread [Next in Thread]