me
/
guix
Archived
1
0
Fork 0

gnu: libqmi: Don't use NAME in source URI.

* gnu/packages/freedesktop.scm (libqmi)[source](uri): Hard-code NAME.
master
Marius Bakke 2019-03-01 16:46:28 +01:00
parent 3fc700d276
commit 6c5101f8b6
No known key found for this signature in database
GPG Key ID: A2A06DF2A33A54FA
1 changed files with 2 additions and 2 deletions

View File

@ -768,8 +768,8 @@ which speak the Mobile Interface Broadband Model (MBIM) protocol.")
(source (origin
(method url-fetch)
(uri (string-append
"https://www.freedesktop.org/software/" name "/"
name "-" version ".tar.xz"))
"https://www.freedesktop.org/software/libqmi/"
"libqmi-" version ".tar.xz"))
(sha256
(base32
"05xamy608mhvmw9zbnv9n8w3xpk96n10v5mixnvpnqgih6s9ih91"))))