me
/
guix
Archived
1
0
Fork 0

gnu: texlive-latex-listings: Declare a source file-name.

* gnu/packages/tex.scm (texlive-latex-listings)[source]: Declare a
source file-name.
master
Efraim Flashner 2018-03-14 20:51:09 +02:00
parent dae1d9e436
commit aeb135e3a1
No known key found for this signature in database
GPG Key ID: 41AAE7DCCA3D8351
1 changed files with 1 additions and 0 deletions

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"))))