1
0
mirror of https://git.savannah.gnu.org/git/guix.git synced 2026-04-20 09:10:30 +02:00

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:
Efraim Flashner
2018-03-14 20:51:09 +02:00
parent dae1d9e436
commit aeb135e3a1

View File

@@ -2818,6 +2818,7 @@ footnotes with symbols rather than numbers.")
(source (origin
(method svn-fetch)
(uri (texlive-ref "latex" "listings"))
(file-name (string-append name "-" version "-checkout"))
(sha256
(base32
"1nsn9wp3wl12b36c0sqrim33lf33cr5wky0h4ncnw8lvqgm7h8wf"))))