gnu: mupen64plus-core: Use HTTPS home page.
* gnu/packages/emulators.scm (mupen64plus-core)[home-page]: Use HTTPS.
This commit is contained in:
parent
6cef554be8
commit
eaa2b35c87
|
@ -485,16 +485,17 @@ and Game Boy Color games.")
|
||||||
(delete 'configure)
|
(delete 'configure)
|
||||||
;; Makefile is in a subdirectory.
|
;; Makefile is in a subdirectory.
|
||||||
(add-before
|
(add-before
|
||||||
'build 'cd-to-project-dir
|
'build 'chdir-to-project-directory
|
||||||
(lambda _
|
(lambda _
|
||||||
(chdir "projects/unix"))))
|
(chdir "projects/unix")
|
||||||
|
#t)))
|
||||||
#:make-flags (let ((out (assoc-ref %outputs "out")))
|
#:make-flags (let ((out (assoc-ref %outputs "out")))
|
||||||
(list "all" (string-append "PREFIX=" out)))
|
(list "all" (string-append "PREFIX=" out)))
|
||||||
;; There are no tests.
|
;; There are no tests.
|
||||||
#:tests? #f))
|
#:tests? #f))
|
||||||
;; As per the Makefile (in projects/unix/Makefile):
|
;; As per the Makefile (in projects/unix/Makefile):
|
||||||
(supported-systems '("i686-linux" "x86_64-linux"))
|
(supported-systems '("i686-linux" "x86_64-linux"))
|
||||||
(home-page "http://www.mupen64plus.org/")
|
(home-page "https://www.mupen64plus.org/")
|
||||||
(synopsis "Nintendo 64 emulator core library")
|
(synopsis "Nintendo 64 emulator core library")
|
||||||
(description
|
(description
|
||||||
"Mupen64Plus is a cross-platform plugin-based Nintendo 64 (N64) emulator
|
"Mupen64Plus is a cross-platform plugin-based Nintendo 64 (N64) emulator
|
||||||
|
|
Loading…
Reference in New Issue