me
/
guix
Archived
1
0
Fork 0

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

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

View File

@ -1398,6 +1398,7 @@ that the LaTeX3 conventions can be used with regular LaTeX 2e packages.")
(source (origin
(method svn-fetch)
(uri (texlive-ref "latex" "l3packages"))
(file-name (string-append name "-" version "-checkout"))
(sha256
(base32
"16jplkvzdysfssijq9l051nsks65c2nrarsl17k8gjhc28yznj8y"))))