mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-25 22:08:16 -05:00
gnu: libqmi: Don't use NAME in source URI.
* gnu/packages/freedesktop.scm (libqmi)[source](uri): Hard-code NAME.
This commit is contained in:
parent
3fc700d276
commit
6c5101f8b6
1 changed files with 2 additions and 2 deletions
|
@ -768,8 +768,8 @@ (define-public libqmi
|
||||||
(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/libqmi/"
|
||||||
name "-" version ".tar.xz"))
|
"libqmi-" version ".tar.xz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"05xamy608mhvmw9zbnv9n8w3xpk96n10v5mixnvpnqgih6s9ih91"))))
|
"05xamy608mhvmw9zbnv9n8w3xpk96n10v5mixnvpnqgih6s9ih91"))))
|
||||||
|
|
Loading…
Reference in a new issue