~ruther/guix-local

b6f024ada7cb01660156ab552c4061fab8df63a9 — Tobias Geerinckx-Rice 8 years ago d5960bf
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.
2 files changed, 3 insertions(+), 3 deletions(-)

M gnu/packages/compression.scm
M gnu/packages/libreoffice.scm
M gnu/packages/compression.scm => gnu/packages/compression.scm +2 -2
@@ 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

M gnu/packages/libreoffice.scm => gnu/packages/libreoffice.scm +1 -1
@@ 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)