gnu: higan: Explain why v106, and not v107, is being packaged

* gnu/packages/emulators.scm (higan): Add a comment.
This commit is contained in:
Jakub Kądziołka 2020-02-15 23:12:57 +01:00
parent f3686999a2
commit c66f3b3bec
No known key found for this signature in database
GPG key ID: E315A75846131564

View file

@ -307,6 +307,14 @@ (define-public emulation-station
(home-page "http://www.emulationstation.org")
(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
(package
(name "higan")