gnu: libmbim: Don't use NAME in source URI.
* gnu/packages/freedesktop.scm (libmbim)[source]: Hard-code NAME.
This commit is contained in:
parent
b243d2f7d3
commit
351c804217
|
@ -924,8 +924,8 @@ interfaces, based on the useradd, usermod and userdel commands.")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (string-append
|
(uri (string-append
|
||||||
"https://www.freedesktop.org/software/" name "/"
|
"https://www.freedesktop.org/software/libmbim/"
|
||||||
name "-" version ".tar.xz"))
|
"libmbim-" version ".tar.xz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"0s4jsfsydp2vykv7lnimalp9i680aas1qcx7zdpjiic64b5g48vp"))))
|
"0s4jsfsydp2vykv7lnimalp9i680aas1qcx7zdpjiic64b5g48vp"))))
|
||||||
|
|
Loading…
Reference in New Issue