summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJakub Kądziołka <kuba@kadziolka.net>2020-02-15 23:12:57 +0100
committerJakub Kądziołka <kuba@kadziolka.net>2020-02-16 00:02:10 +0100
commitc66f3b3bec196cf0e39bd0a0ffe267aad43eb423 (patch)
tree75d7d4132e1733c4eabffceaa16f7c946c4b244e
parentf3686999a210ba8638859252fc0a7b8afd7b2cc1 (diff)
downloadpatches-c66f3b3bec196cf0e39bd0a0ffe267aad43eb423.tar
patches-c66f3b3bec196cf0e39bd0a0ffe267aad43eb423.tar.gz
gnu: higan: Explain why v106, and not v107, is being packaged
* gnu/packages/emulators.scm (higan): Add a comment.
-rw-r--r--gnu/packages/emulators.scm8
1 files changed, 8 insertions, 0 deletions
diff --git a/gnu/packages/emulators.scm b/gnu/packages/emulators.scm
index 202bbe5c56..cfc5039ca0 100644
--- a/gnu/packages/emulators.scm
+++ b/gnu/packages/emulators.scm
@@ -307,6 +307,14 @@ and a game metadata scraper.")
(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")