diff options
author | Efraim Flashner <efraim@flashner.co.il> | 2018-03-14 21:06:53 +0200 |
---|---|---|
committer | Efraim Flashner <efraim@flashner.co.il> | 2018-03-14 21:16:54 +0200 |
commit | d57e5d412849ad5016088726747cbcbdf8ea1d91 (patch) | |
tree | fd5a0aafb1cd430c3854ce8777e44466ee7cf393 | |
parent | e1834df6b600655503ad4424e0ae24fb8d503158 (diff) | |
download | patches-d57e5d412849ad5016088726747cbcbdf8ea1d91.tar patches-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.
-rw-r--r-- | gnu/packages/tex.scm | 1 |
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")))) |