summaryrefslogtreecommitdiff
path: root/gnu/packages/tex.scm
diff options
context:
space:
mode:
authorTobias Geerinckx-Rice <me@tobias.gr>2019-11-11 16:25:27 +0100
committerTobias Geerinckx-Rice <me@tobias.gr>2019-11-12 03:33:05 +0100
commit3a4b8f446440eae2001b529ec26c88e214a0ae75 (patch)
tree49384cb4eb393d37a9b28865f8cc4de6ba8f0341 /gnu/packages/tex.scm
parenta2161c861f8c971c5b9e547f1997be4b1d4ba529 (diff)
downloadpatches-3a4b8f446440eae2001b529ec26c88e214a0ae75.tar
patches-3a4b8f446440eae2001b529ec26c88e214a0ae75.tar.gz
gnu: lyx: Don't use NAME in source URI.
* gnu/packages/tex.scm (lyx)[source]: Hard-code NAME.
Diffstat (limited to 'gnu/packages/tex.scm')
-rw-r--r--gnu/packages/tex.scm2
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/packages/tex.scm b/gnu/packages/tex.scm
index 1e26fc3965..bf986378e6 100644
--- a/gnu/packages/tex.scm
+++ b/gnu/packages/tex.scm
@@ -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"))