mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
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.
This commit is contained in:
parent
d5960bf7c2
commit
b6f024ada7
2 changed files with 3 additions and 3 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue