summaryrefslogtreecommitdiff
path: root/gnu/packages/gnome.scm
diff options
context:
space:
mode:
authorEfraim Flashner <efraim@flashner.co.il>2019-12-17 09:37:11 +0200
committerEfraim Flashner <efraim@flashner.co.il>2019-12-17 09:37:34 +0200
commit80a06e62063e9e10b1e1618f4a849580d2254b16 (patch)
tree42d9ce44319665308ca4e27c6774d9d419f2f47e /gnu/packages/gnome.scm
parentef2c55bbcfc6660e5e6e4a3550c1968e88dd02ed (diff)
downloadpatches-80a06e62063e9e10b1e1618f4a849580d2254b16.tar
patches-80a06e62063e9e10b1e1618f4a849580d2254b16.tar.gz
gnu: libidl: Hard-code name in source uri.
* gnu/packages/gnome.scm (libidl)[source]: Hard-code name.
Diffstat (limited to 'gnu/packages/gnome.scm')
-rw-r--r--gnu/packages/gnome.scm7
1 files changed, 3 insertions, 4 deletions
diff --git a/gnu/packages/gnome.scm b/gnu/packages/gnome.scm
index ea4fe95658..c8cc119f3e 100644
--- a/gnu/packages/gnome.scm
+++ b/gnu/packages/gnome.scm
@@ -1779,10 +1779,9 @@ library.")
(version "0.8.14")
(source (origin
(method url-fetch)
- (uri (let ((upstream-name "libIDL"))
- (string-append "mirror://gnome/sources/" upstream-name "/"
- (version-major+minor version) "/"
- upstream-name "-" version ".tar.bz2")))
+ (uri (string-append "mirror://gnome/sources/libIDL/"
+ (version-major+minor version) "/"
+ "libIDL-" version ".tar.bz2"))
(sha256
(base32
"08129my8s9fbrk0vqvnmx6ph4nid744g5vbwphzkaik51664vln5"))))