gnu: texlive-latex-oberdiek: Declare a source file-name.
* gnu/packages/tex.scm (texlive-latex-oberdiek)[source]: Declare a source file-name.
This commit is contained in:
parent
19389bcdc2
commit
7dea311973
|
@ -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"))))
|
||||
|
|
Loading…
Reference in New Issue