guix-commits
[Top][All Lists]
Advanced

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

09/09: gnu: perl-archive-zip: Remove duplicate package definition.


From: Tobias Geerinckx-Rice
Subject: 09/09: gnu: perl-archive-zip: Remove duplicate package definition.
Date: Mon, 1 Jan 2018 18:07:23 -0500 (EST)

nckx pushed a commit to branch master
in repository guix.

commit f0904b26d1d07423f99605a34dc08b720396c2b3
Author: Tobias Geerinckx-Rice <address@hidden>
Date:   Mon Jan 1 17:44:01 2018 +0000

    gnu: perl-archive-zip: Remove duplicate package definition.
    
    * gnu/packages/perl.scm (perl-archive-zip): Remove duplicate variable.
---
 gnu/packages/perl.scm | 21 +--------------------
 1 file changed, 1 insertion(+), 20 deletions(-)

diff --git a/gnu/packages/perl.scm b/gnu/packages/perl.scm
index 9978cfa..eeeef6e 100644
--- a/gnu/packages/perl.scm
+++ b/gnu/packages/perl.scm
@@ -42,6 +42,7 @@
   #:use-module (guix build-system gnu)
   #:use-module (guix build-system perl)
   #:use-module (gnu packages base)
+  #:use-module (gnu packages compression)
   #:use-module (gnu packages perl-check)
   #:use-module (gnu packages perl-web)
   #:use-module (gnu packages pkg-config))
@@ -261,26 +262,6 @@ variable ANY_MOOSE to be Moose or Mouse.")
 configuration files and parsing command line arguments.")
     (license (package-license perl))))
 
-(define-public perl-archive-zip
-  (package
-    (name "perl-archive-zip")
-    (version "1.30")
-    (source
-     (origin
-       (method url-fetch)
-       (uri (string-append
-             "mirror://cpan/authors/id/A/AD/ADAMK/Archive-Zip-"
-             version ".tar.gz"))
-       (sha256
-        (base32
-         "0633zah5z9njiqnvy3vh42fjymncmil1jdfb7d18w8xpfzzp5d7q"))))
-    (build-system perl-build-system)
-    (synopsis "Perl API to zip files")
-    (description "The Archive::Zip module allows a Perl program to create,
-manipulate, read, and write Zip archive files.")
-    (home-page 
"http://search.cpan.org/~phred/Archive-Zip-1.37/lib/Archive/Zip.pm";)
-    (license (package-license perl))))
-
 (define-public perl-array-utils
   (package
     (name "perl-array-utils")



reply via email to

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