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

* gnu/packages/tex.scm (texlive-latex-filecontents)[source]: Declare a
source file-name.
This commit is contained in:
Efraim Flashner 2018-03-14 20:22:43 +02:00
parent 3328132b87
commit 7e353a7783
No known key found for this signature in database
GPG key ID: 41AAE7DCCA3D8351

View file

@ -1037,6 +1037,7 @@ (define-public texlive-latex-filecontents
(source (origin
(method svn-fetch)
(uri (texlive-ref "latex" "filecontents"))
(file-name (string-append name "-" version "-checkout"))
(sha256
(base32
"0swkbxv8vg0yizadfnvrwjb4cj0pn34v9wm6v7wqq903fdav7k7q"))))