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