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
|
@ -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
|
||||
|
|
|
@ -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)
|
||||
|
|
Loading…
Reference in New Issue