gnu: texlive-latex-pdfx: Declare source file-name.

* gnu/packages/tex.scm (texlive-latex-pdfx)[source]: Use file-name.
This commit is contained in:
Efraim Flashner 2019-11-13 12:48:47 +02:00
parent 97656fc937
commit 2ada1259e9
No known key found for this signature in database
GPG key ID: 41AAE7DCCA3D8351

View file

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