1
0
mirror of https://git.savannah.gnu.org/git/guix.git synced 2026-04-27 12:40:32 +02:00

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

View File

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