guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

02/04: gnu: higan: Don't use auto-generated tarball.


From: guix-commits
Subject: 02/04: gnu: higan: Don't use auto-generated tarball.
Date: Sat, 15 Feb 2020 18:03:12 -0500 (EST)

niedzejkob pushed a commit to branch master
in repository guix.

commit f3686999a210ba8638859252fc0a7b8afd7b2cc1
Author: Jakub Kądziołka <address@hidden>
AuthorDate: Sat Feb 15 23:05:30 2020 +0100

    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.
---
 gnu/packages/emulators.scm | 12 ++++++------
 1 file changed, 6 insertions(+), 6 deletions(-)

diff --git a/gnu/packages/emulators.scm b/gnu/packages/emulators.scm
index 358559a..202bbe5 100644
--- a/gnu/packages/emulators.scm
+++ b/gnu/packages/emulators.scm
@@ -313,13 +313,13 @@ and a game metadata scraper.")
     (version "106")
     (source
      (origin
-       (method url-fetch)
-       (uri (string-append
-             "https://gitlab.com/higan/higan/repository/archive.tar.gz?ref=v";
-             version))
-       (file-name (string-append name "-" version ".tar.gz"))
+       (method git-fetch)
+       (uri (git-reference
+              (url "https://github.com/byuu/higan/";)
+              (commit (string-append "v" version))))
+       (file-name (git-file-name name version))
        (sha256
-        (base32 "0y42pra0dxzlbkyzcp3r8a39pji2bj3p9fl40425f60af2igr4rw"))
+        (base32 "1mxivf8124vz4hl0b0xa1yqv0z9m3i12v9psmbpqkprrbq0wbgn1"))
        (patches (search-patches "higan-remove-march-native-flag.patch"))))
     (build-system gnu-build-system)
     (native-inputs



reply via email to

[Prev in Thread] Current Thread [Next in Thread]