gnu: texlive-latex-eso-pic: Declare a source file-name.
* gnu/packages/tex.scm (texlive-latex-eso-pic)[source]: Declare a source file-name.
This commit is contained in:
parent
d5fb4a3a9f
commit
2678a63b23
|
@ -3037,6 +3037,7 @@ one of the packages @code{calrsfs} and @code{mathrsfs}.")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method svn-fetch)
|
(method svn-fetch)
|
||||||
(uri (texlive-ref "latex" "eso-pic"))
|
(uri (texlive-ref "latex" "eso-pic"))
|
||||||
|
(file-name (string-append name "-" version "-checkout"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"1xvmms28mvvfpks9x7lfya2xhh5k8jy3qnlih1mzcnf156xnb89z"))))
|
"1xvmms28mvvfpks9x7lfya2xhh5k8jy3qnlih1mzcnf156xnb89z"))))
|
||||||
|
|
Loading…
Reference in New Issue