summaryrefslogtreecommitdiff
path: root/gnu/packages/tex.scm
diff options
context:
space:
mode:
authorEfraim Flashner <efraim@flashner.co.il>2019-11-13 12:47:02 +0200
committerEfraim Flashner <efraim@flashner.co.il>2019-11-13 12:49:23 +0200
commit44d0717c9b98f081b137dcb7e42e86041123c760 (patch)
tree1017e80da2a22e89745e9700c2b52f0283eb2a24 /gnu/packages/tex.scm
parent4c08aa57400424b09ee506290e05a8f3869d143f (diff)
downloadpatches-44d0717c9b98f081b137dcb7e42e86041123c760.tar
patches-44d0717c9b98f081b137dcb7e42e86041123c760.tar.gz
gnu: texlive-latex-mflogo: Declare source file-name.
* gnu/packages/tex.scm (texlive-latex-mflogo)[source]: Use file-name.
Diffstat (limited to 'gnu/packages/tex.scm')
-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 8c6e7dc633..31825bbd02 100644
--- a/gnu/packages/tex.scm
+++ b/gnu/packages/tex.scm
@@ -1002,6 +1002,7 @@ symbol fonts.")
(origin
(method svn-fetch)
(uri (texlive-ref "latex" "mflogo"))
+ (file-name (string-append name "-" version "-checkout"))
(sha256
(base32
"15i2ib6nvhf31g1b92c6njf7n0g29znlq7hbfp9ii7qabhcwwvrj"))))