gnu: lyx: Don't use NAME in source URI.

* gnu/packages/tex.scm (lyx)[source]: Hard-code NAME.
This commit is contained in:
Tobias Geerinckx-Rice 2019-11-11 16:25:27 +01:00
parent a2161c861f
commit 3a4b8f4464
No known key found for this signature in database
GPG Key ID: D889B0F018C5493C

View File

@ -6234,7 +6234,7 @@ and Karl Berry.")
(method url-fetch)
(uri (string-append "http://ftp.lyx.org/pub/lyx/stable/"
(version-major+minor version) ".x/"
name "-" version ".tar.gz"))
"lyx-" version ".tar.gz"))
(sha256
(base32
"0vr0qwis6rhind6azfa270hqxci7rj8qb1kk5x6lm80mc34nvrqi"))