gnu: higan: Explain why v106, and not v107, is being packaged
* gnu/packages/emulators.scm (higan): Add a comment.
This commit is contained in:
parent
f3686999a2
commit
c66f3b3bec
1 changed files with 8 additions and 0 deletions
|
@ -307,6 +307,14 @@ and a game metadata scraper.")
|
||||||
(home-page "http://www.emulationstation.org")
|
(home-page "http://www.emulationstation.org")
|
||||||
(license license:expat))))
|
(license license:expat))))
|
||||||
|
|
||||||
|
;; Note: higan v107 has been released, but as explained by the dialog that
|
||||||
|
;; appears after starting the new version, it's an experimental release. The
|
||||||
|
;; author recommends v106 for general use.
|
||||||
|
;;
|
||||||
|
;; When updating to v107 (or probably beyond), sdl will have to be replaced
|
||||||
|
;; with sdl2, and libxrandr will need to be added to inputs. The patch
|
||||||
|
;; `higan-remove-march-native-flag.patch' will not be necessary, since the flag
|
||||||
|
;; is now being added only for `platform=local', which is not the default.
|
||||||
(define-public higan
|
(define-public higan
|
||||||
(package
|
(package
|
||||||
(name "higan")
|
(name "higan")
|
||||||
|
|
Reference in a new issue