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

* gnu/packages/tex.scm (texlive-latex-changebar)[source]: Declare a
source file-name.
This commit is contained in:
Efraim Flashner 2018-03-14 20:46:19 +02:00
parent 72d5adf4d8
commit af8aa1053a
No known key found for this signature in database
GPG key ID: 41AAE7DCCA3D8351

View file

@ -2624,6 +2624,7 @@ (define-public texlive-latex-changebar
(source (origin
(method svn-fetch)
(uri (texlive-ref "latex" "changebar"))
(file-name (string-append name "-" version "-checkout"))
(sha256
(base32
"1ik4m8pzfsn1grlda6fniqqfwmgj7rfxwg63jdw0p0qv002vc7ik"))))