mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-21 01:26:43 +01:00
gnu: texlive-latex-fancyvrb: Declare a source file-name.
* gnu/packages/tex.scm (texlive-latex-fancyvrb)[source]: Declare a source file-name.
This commit is contained in:
parent
ca61c6b323
commit
88e11022db
1 changed files with 1 additions and 0 deletions
|
@ -1124,6 +1124,7 @@ (define-public texlive-latex-fancyvrb
|
|||
(source (origin
|
||||
(method svn-fetch)
|
||||
(uri (texlive-ref "latex" "fancyvrb"))
|
||||
(file-name (string-append name "-" version "-checkout"))
|
||||
(sha256
|
||||
(base32
|
||||
"03l7140y031rr14h02i4z9zqsfvrbn7wzwxbjsrjcgrk6sdr71wv"))))
|
||||
|
|
Loading…
Reference in a new issue