gnu: libidl: Hard-code name in source uri.
* gnu/packages/gnome.scm (libidl)[source]: Hard-code name.
This commit is contained in:
parent
ef2c55bbcf
commit
80a06e6206
1 changed files with 3 additions and 4 deletions
|
@ -1779,10 +1779,9 @@ (define-public libidl
|
|||
(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"))))
|
||||
|
|
Loading…
Reference in a new issue