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.master
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.")
|
"ZZipLib is a library based on zlib for accessing zip files.")
|
||||||
(license license:lgpl2.0+)))
|
(license license:lgpl2.0+)))
|
||||||
|
|
||||||
(define-public perl-zip
|
(define-public perl-archive-zip
|
||||||
(package
|
(package
|
||||||
(name "perl-zip")
|
(name "perl-archive-zip")
|
||||||
(version "1.60")
|
(version "1.60")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
|
|
|
@ -926,7 +926,7 @@ and to return information on pronunciations, meanings and synonyms.")
|
||||||
("openssl" ,openssl)
|
("openssl" ,openssl)
|
||||||
("orcus" ,orcus)
|
("orcus" ,orcus)
|
||||||
("perl" ,perl)
|
("perl" ,perl)
|
||||||
("perl-zip" ,perl-zip)
|
("perl-archive-zip" ,perl-archive-zip)
|
||||||
("poppler" ,poppler)
|
("poppler" ,poppler)
|
||||||
("postgresql" ,postgresql)
|
("postgresql" ,postgresql)
|
||||||
("python" ,python)
|
("python" ,python)
|
||||||
|
|
Reference in New Issue