diff options
author | Efraim Flashner <efraim@flashner.co.il> | 2018-03-14 20:30:47 +0200 |
---|---|---|
committer | Efraim Flashner <efraim@flashner.co.il> | 2018-03-14 21:16:47 +0200 |
commit | 7dea311973430a25eafc0ecb96d653a99659026c (patch) | |
tree | 8706fe6ac934f489599eb9228e7ccc292b9c0dac /gnu/packages/tex.scm | |
parent | 19389bcdc23c8c111872ad6d99ef9adf4495f9b4 (diff) | |
download | patches-7dea311973430a25eafc0ecb96d653a99659026c.tar patches-7dea311973430a25eafc0ecb96d653a99659026c.tar.gz |
gnu: texlive-latex-oberdiek: Declare a source file-name.
* gnu/packages/tex.scm (texlive-latex-oberdiek)[source]: Declare a
source file-name.
Diffstat (limited to 'gnu/packages/tex.scm')
-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 331e1ed80c..2bf2948fcf 100644 --- a/gnu/packages/tex.scm +++ b/gnu/packages/tex.scm @@ -1277,6 +1277,7 @@ pdf and HTML backends. The package is distributed with the @code{backref} and (source (origin (method svn-fetch) (uri (texlive-ref "latex" "oberdiek")) + (file-name (string-append name "-" version "-checkout")) (sha256 (base32 "0aswvsxgsn709xmvpcg50d2xl7vcy1ckdxb9c1cligqqfjjvviqf")))) |