mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-21 01:26:43 +01:00
gnu: higan: Don't use auto-generated tarball.
* gnu/packages/emulators.scm (higan)[source]: Don't use autogenerated tarball. Fetch from the new location for the repository.
This commit is contained in:
parent
6d34d3f80b
commit
f3686999a2
1 changed files with 6 additions and 6 deletions
|
@ -313,13 +313,13 @@ (define-public higan
|
||||||
(version "106")
|
(version "106")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method git-fetch)
|
||||||
(uri (string-append
|
(uri (git-reference
|
||||||
"https://gitlab.com/higan/higan/repository/archive.tar.gz?ref=v"
|
(url "https://github.com/byuu/higan/")
|
||||||
version))
|
(commit (string-append "v" version))))
|
||||||
(file-name (string-append name "-" version ".tar.gz"))
|
(file-name (git-file-name name version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32 "0y42pra0dxzlbkyzcp3r8a39pji2bj3p9fl40425f60af2igr4rw"))
|
(base32 "1mxivf8124vz4hl0b0xa1yqv0z9m3i12v9psmbpqkprrbq0wbgn1"))
|
||||||
(patches (search-patches "higan-remove-march-native-flag.patch"))))
|
(patches (search-patches "higan-remove-march-native-flag.patch"))))
|
||||||
(build-system gnu-build-system)
|
(build-system gnu-build-system)
|
||||||
(native-inputs
|
(native-inputs
|
||||||
|
|
Loading…
Reference in a new issue