gnu: mupen64plus-ui-console: Don't use unstable tarball.

* gnu/packages/emulators.scm (mupen64plus-ui-console)[source]: Use GIT-FETCH and
GIT-FILE-NAME.
This commit is contained in:
Tobias Geerinckx-Rice 2019-04-08 23:49:46 +02:00
parent d42d0a0b08
commit 225157a0b2
No known key found for this signature in database
GPG Key ID: 0DB0FF884F556D79
1 changed files with 6 additions and 6 deletions

View File

@ -942,13 +942,13 @@ Z64 video plugin.")
(version "2.5") (version "2.5")
(source (source
(origin (origin
(method url-fetch) (method git-fetch)
(uri (string-append (uri (git-reference
"https://github.com/mupen64plus/mupen64plus-ui-console/archive/" (url "https://github.com/mupen64plus/mupen64plus-ui-console.git")
version ".tar.gz")) (commit version)))
(file-name (string-append name "-" version ".tar.gz")) (file-name (git-file-name name version))
(sha256 (sha256
(base32 "04qkpd8ic7xsgnqz7spl00wxdygf79m7d1k8rabbygjk5lg6p8z2")) (base32 "0vrf98qa6a0y3647kslsv644fag233dxh5dcr1yncjiiwickcr5a"))
(patches (search-patches "mupen64plus-ui-console-notice.patch")))) (patches (search-patches "mupen64plus-ui-console-notice.patch"))))
(build-system gnu-build-system) (build-system gnu-build-system)
(native-inputs (native-inputs