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

* gnu/packages/tex.scm (texlive-latex-float)[source]: Declare a source
file-name.
This commit is contained in:
Efraim Flashner 2018-03-14 20:50:05 +02:00
parent e89d5cf4fc
commit 4fd0a59108
No known key found for this signature in database
GPG Key ID: 41AAE7DCCA3D8351
1 changed files with 1 additions and 0 deletions

View File

@ -2770,6 +2770,7 @@ would automatically change the heading style in use).")
(source (origin
(method svn-fetch)
(uri (texlive-ref "latex" "float"))
(file-name (string-append name "-" version "-checkout"))
(sha256
(base32
"0nbl7wylkv22fcdv4p8byhhj575fli6jnqjpkhrkbv8dzwah84nq"))))