mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 23:46:13 -05:00
gnu: texlive-latex-babel: Declare a source file-name.
* gnu/packages/tex.scm (texlive-latex-babel)[source]: Declare a source file-name.
This commit is contained in:
parent
43059ed01a
commit
8732493e75
1 changed files with 1 additions and 0 deletions
|
@ -1563,6 +1563,7 @@ (define-public texlive-latex-babel
|
|||
(source (origin
|
||||
(method svn-fetch)
|
||||
(uri (texlive-ref "latex" "babel"))
|
||||
(file-name (string-append name "-" version "-checkout"))
|
||||
(sha256
|
||||
(base32
|
||||
"1n3i5adsyy7jw0imnzrm2i8wkf73i3mjk9h3ic8cb9cd19i4r9r3"))))
|
||||
|
|
Loading…
Reference in a new issue