me
/
guix
Archived
1
0
Fork 0

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
Tobias Geerinckx-Rice 2018-01-01 16:15:27 +00:00
parent d5960bf7c2
commit b6f024ada7
No known key found for this signature in database
GPG Key ID: 0DB0FF884F556D79
2 changed files with 3 additions and 3 deletions

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

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)