gnu: texlive-latex-listings: Declare a source file-name.
* gnu/packages/tex.scm (texlive-latex-listings)[source]: Declare a source file-name.
This commit is contained in:
parent
dae1d9e436
commit
aeb135e3a1
|
@ -2818,6 +2818,7 @@ footnotes with symbols rather than numbers.")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method svn-fetch)
|
(method svn-fetch)
|
||||||
(uri (texlive-ref "latex" "listings"))
|
(uri (texlive-ref "latex" "listings"))
|
||||||
|
(file-name (string-append name "-" version "-checkout"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"1nsn9wp3wl12b36c0sqrim33lf33cr5wky0h4ncnw8lvqgm7h8wf"))))
|
"1nsn9wp3wl12b36c0sqrim33lf33cr5wky0h4ncnw8lvqgm7h8wf"))))
|
||||||
|
|
Loading…
Reference in New Issue