diff options
author | Efraim Flashner <efraim@flashner.co.il> | 2019-11-13 12:48:47 +0200 |
---|---|---|
committer | Efraim Flashner <efraim@flashner.co.il> | 2019-11-13 12:49:23 +0200 |
commit | 2ada1259e9e9df93eabce101cc23f970cd3ac7d9 (patch) | |
tree | 0c2179a4120c9c5d34ac672f8b33d7ec68f89ac5 /gnu | |
parent | 97656fc9377da92ae93a8357ddc6df7562a20196 (diff) | |
download | patches-2ada1259e9e9df93eabce101cc23f970cd3ac7d9.tar patches-2ada1259e9e9df93eabce101cc23f970cd3ac7d9.tar.gz |
gnu: texlive-latex-pdfx: Declare source file-name.
* gnu/packages/tex.scm (texlive-latex-pdfx)[source]: Use file-name.
Diffstat (limited to 'gnu')
-rw-r--r-- | gnu/packages/tex.scm | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gnu/packages/tex.scm b/gnu/packages/tex.scm index dd4509e71a..d184d7616b 100644 --- a/gnu/packages/tex.scm +++ b/gnu/packages/tex.scm @@ -7025,6 +7025,7 @@ the file to which it applies.") (origin (method svn-fetch) (uri (texlive-ref "latex" "pdfx")) + (file-name (string-append name "-" version "-checkout")) (sha256 (base32 "0ikxg8yzq78hy5b9x13d4nah46d0yvmwlqmdri06pygbx116dcac")))) |