1
0
mirror of https://git.savannah.gnu.org/git/guix.git synced 2026-05-29 20:43:58 +02: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:
Tobias Geerinckx-Rice
2018-01-01 16:15:27 +00:00
parent d5960bf7c2
commit b6f024ada7
2 changed files with 3 additions and 3 deletions
+2 -2
View File
@@ -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
+1 -1
View File
@@ -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)