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

* gnu/packages/astronomy.scm (stellarium)[source]: Hard-code NAME.
This commit is contained in:
Tobias Geerinckx-Rice 2019-06-22 22:16:44 +02:00
parent 4b93bc0d51
commit a5883d1fbe
No known key found for this signature in database
GPG Key ID: 0DB0FF884F556D79
1 changed files with 8 additions and 8 deletions

View File

@ -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)