summaryrefslogtreecommitdiff
path: root/gnu/packages/tex.scm
diff options
context:
space:
mode:
authorEfraim Flashner <efraim@flashner.co.il>2018-03-14 20:41:24 +0200
committerEfraim Flashner <efraim@flashner.co.il>2018-03-14 21:16:49 +0200
commit23ae6e65fc7f44daff50361735b4731ba5eee70e (patch)
tree976faf0f93116c89b4833dfa0d954db4dfe7d043 /gnu/packages/tex.scm
parent681b579d6d64672307d8538be62de5e1ec1c027a (diff)
downloadpatches-23ae6e65fc7f44daff50361735b4731ba5eee70e.tar
patches-23ae6e65fc7f44daff50361735b4731ba5eee70e.tar.gz
gnu: texlive-latex-natbib: Declare a source file-name.
* gnu/packages/tex.scm (texlive-latex-natbib)[source]: Declare a source file-name.
Diffstat (limited to 'gnu/packages/tex.scm')
-rw-r--r--gnu/packages/tex.scm1
1 files changed, 1 insertions, 0 deletions
diff --git a/gnu/packages/tex.scm b/gnu/packages/tex.scm
index ff21f3f734..3e3f98ba60 100644
--- a/gnu/packages/tex.scm
+++ b/gnu/packages/tex.scm
@@ -2047,6 +2047,7 @@ classes of systems.")
(source (origin
(method svn-fetch)
(uri (texlive-ref "latex" "natbib"))
+ (file-name (string-append name "-" version "-checkout"))
(sha256
(base32
"0aqliq0nwblxyrzhwhv77pnmk7qh2y3prgq7z7qhwcbgz5kisld7"))))