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

* gnu/packages/tex.scm (texlive-latex-colortbl)[source]: Declare a
source file-name.
master
Efraim Flashner 2018-03-14 20:46:54 +02:00
parent af8aa1053a
commit 4439c1deda
No known key found for this signature in database
GPG Key ID: 41AAE7DCCA3D8351
1 changed files with 1 additions and 0 deletions

View File

@ -2681,6 +2681,7 @@ copy-and-paste functions work properly.")
(source (origin
(method svn-fetch)
(uri (texlive-ref "latex" "colortbl"))
(file-name (string-append name "-" version "-checkout"))
(sha256
(base32
"190pmq8la2rq07xry8bn8z8yywzxv6fqyqaj7yjfj5rgw6x0mas8"))))