gnu: stellarium: Don't use NAME in source URI.
* gnu/packages/astronomy.scm (stellarium)[source]: Hard-code NAME.
This commit is contained in:
parent
4b93bc0d51
commit
a5883d1fbe
|
@ -134,14 +134,14 @@ programs for the manipulation and analysis of astronomical data.")
|
||||||
(package
|
(package
|
||||||
(name "stellarium")
|
(name "stellarium")
|
||||||
(version "0.19.1")
|
(version "0.19.1")
|
||||||
(source (origin
|
(source
|
||||||
(method url-fetch)
|
(origin
|
||||||
(uri (string-append "https://github.com/Stellarium/" name
|
(method url-fetch)
|
||||||
"/releases/download/v" version
|
(uri (string-append "https://github.com/Stellarium/stellarium"
|
||||||
"/" name "-" version ".tar.gz"))
|
"/releases/download/v" version
|
||||||
(sha256
|
"/stellarium-" version ".tar.gz"))
|
||||||
(base32
|
(sha256
|
||||||
"0s7v5iyhah258k83kvy2a91a3mdf34r150lcar4mmdsrrcmas98g"))))
|
(base32 "0s7v5iyhah258k83kvy2a91a3mdf34r150lcar4mmdsrrcmas98g"))))
|
||||||
(build-system cmake-build-system)
|
(build-system cmake-build-system)
|
||||||
(inputs
|
(inputs
|
||||||
`(("qtbase" ,qtbase)
|
`(("qtbase" ,qtbase)
|
||||||
|
|
Loading…
Reference in New Issue