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
1 changed files with 1 additions and 0 deletions

View File

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