summaryrefslogtreecommitdiff
path: root/gnu/packages/libreoffice.scm
diff options
context:
space:
mode:
authorTobias Geerinckx-Rice <me@tobias.gr>2018-01-01 16:15:27 +0000
committerTobias Geerinckx-Rice <me@tobias.gr>2018-01-02 00:09:17 +0100
commitb6f024ada7cb01660156ab552c4061fab8df63a9 (patch)
treec3e26e88fa6f924892d1ca3e8416b34b68b79a1b /gnu/packages/libreoffice.scm
parentd5960bf7c2273d77f76916cec24af9623a16e02c (diff)
downloadgnu-guix-b6f024ada7cb01660156ab552c4061fab8df63a9.tar
gnu-guix-b6f024ada7cb01660156ab552c4061fab8df63a9.tar.gz
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.
Diffstat (limited to 'gnu/packages/libreoffice.scm')
-rw-r--r--gnu/packages/libreoffice.scm2
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/packages/libreoffice.scm b/gnu/packages/libreoffice.scm
index 6524e58400..799b062439 100644
--- a/gnu/packages/libreoffice.scm
+++ b/gnu/packages/libreoffice.scm
@@ -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)