mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-24 03:29:40 -05:00
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
1 changed files with 1 additions and 0 deletions
|
@ -1277,6 +1277,7 @@ (define-public texlive-latex-oberdiek
|
|||
(source (origin
|
||||
(method svn-fetch)
|
||||
(uri (texlive-ref "latex" "oberdiek"))
|
||||
(file-name (string-append name "-" version "-checkout"))
|
||||
(sha256
|
||||
(base32
|
||||
"0aswvsxgsn709xmvpcg50d2xl7vcy1ckdxb9c1cligqqfjjvviqf"))))
|
||||
|
|
Loading…
Reference in a new issue