summary refs log tree commit diff
path: root/gnu/packages
diff options
context:
space:
mode:
authorEfraim Flashner <efraim@flashner.co.il>2018-03-14 21:06:53 +0200
committerEfraim Flashner <efraim@flashner.co.il>2018-03-14 21:16:54 +0200
commitd57e5d412849ad5016088726747cbcbdf8ea1d91 (patch)
treefd5a0aafb1cd430c3854ce8777e44466ee7cf393 /gnu/packages
parente1834df6b600655503ad4424e0ae24fb8d503158 (diff)
downloadguix-d57e5d412849ad5016088726747cbcbdf8ea1d91.tar.gz
gnu: texlive-latex-threeparttable: Declare a source file-name.
* gnu/packages/tex.scm (texlive-latex-threeparttable)[source]: Declare a
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 475300b293..fa644830bc 100644
--- a/gnu/packages/tex.scm
+++ b/gnu/packages/tex.scm
@@ -3335,6 +3335,7 @@ according to the natural width of the widest cell in the column.")
                                         %texlive-tag "/Master/texmf-dist/"
                                         "/tex/latex/threeparttable"))
                     (revision %texlive-revision)))
+              (file-name (string-append name "-" version "-checkout"))
               (sha256
                (base32
                 "10vy9k150w2lviw8h22s2mcykff38xci653m5823s2vv44pwbmzq"))))