summary refs log tree commit diff
path: root/gnu/packages
diff options
context:
space:
mode:
authorEfraim Flashner <efraim@flashner.co.il>2018-03-14 20:35:34 +0200
committerEfraim Flashner <efraim@flashner.co.il>2018-03-14 21:16:48 +0200
commit01d79c306ae5da6e7ed84f964f734d44f3de91ad (patch)
tree8c13788ad2a16b207e7ed0d540fab46991423226 /gnu/packages
parent634a4a7f14eb587e5279400594be71a9c67b72cd (diff)
downloadguix-01d79c306ae5da6e7ed84f964f734d44f3de91ad.tar.gz
gnu: texlive-luatex-lualibs: Include version in source file-name.
* gnu/packages/tex.scm (texlive-luatex-lualibs)[source]: Include version
in the source file-name.
Diffstat (limited to 'gnu/packages')
-rw-r--r--gnu/packages/tex.scm1
1 files changed, 1 insertions, 0 deletions
diff --git a/gnu/packages/tex.scm b/gnu/packages/tex.scm
index 2fabbdeba1..a64cb2a7ae 100644
--- a/gnu/packages/tex.scm
+++ b/gnu/packages/tex.scm
@@ -1477,6 +1477,7 @@ the l3kernel and xparse bundles from the LaTeX 3 development team.")
               (uri (string-append "https://github.com/lualatex/lualibs/"
                                   "releases/download/v"
                                   version "/lualibs.zip"))
+              (file-name (string-append name "-" version ".zip"))
               (sha256
                (base32
                 "1xx9blvrmx9hyhrl345lpai9m6xxnw997261a1ahn1bm5r2j5fqy"))))