guix-commits
[Top][All Lists]
Advanced

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

08/09: gnu: Rename perl-zip to perl-archive-zip.


From: Tobias Geerinckx-Rice
Subject: 08/09: gnu: Rename perl-zip to perl-archive-zip.
Date: Mon, 1 Jan 2018 18:07:23 -0500 (EST)

nckx pushed a commit to branch master
in repository guix.

commit b6f024ada7cb01660156ab552c4061fab8df63a9
Author: Tobias Geerinckx-Rice <address@hidden>
Date:   Mon Jan 1 16:15:27 2018 +0000

    gnu: Rename perl-zip to perl-archive-zip.
    
    It's called Archive::Zip, after all.  Bring it in line with other modules.
    
    * gnu/packages/compression.scm (perl-zip): Rename from this...
    (perl-archive-zip): ...to this.
    * gnu/packages/libreoffice.scm (libreoffice): Update the only caller.
---
 gnu/packages/compression.scm | 4 ++--
 gnu/packages/libreoffice.scm | 2 +-
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/gnu/packages/compression.scm b/gnu/packages/compression.scm
index 4948fd2..ae6710b 100644
--- a/gnu/packages/compression.scm
+++ b/gnu/packages/compression.scm
@@ -1802,9 +1802,9 @@ recreates the stored directory structure by default.")
      "ZZipLib is a library based on zlib for accessing zip files.")
     (license license:lgpl2.0+)))
 
-(define-public perl-zip
+(define-public perl-archive-zip
   (package
-    (name "perl-zip")
+    (name "perl-archive-zip")
     (version "1.60")
     (source
      (origin
diff --git a/gnu/packages/libreoffice.scm b/gnu/packages/libreoffice.scm
index 6524e58..799b062 100644
--- a/gnu/packages/libreoffice.scm
+++ b/gnu/packages/libreoffice.scm
@@ -926,7 +926,7 @@ and to return information on pronunciations, meanings and 
synonyms.")
        ("openssl" ,openssl)
        ("orcus" ,orcus)
        ("perl" ,perl)
-       ("perl-zip" ,perl-zip)
+       ("perl-archive-zip" ,perl-archive-zip)
        ("poppler" ,poppler)
        ("postgresql" ,postgresql)
        ("python" ,python)



reply via email to

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