diff options
author | Taylan Ulrich Bayırlı/Kammer <taylanbayirli@gmail.com> | 2016-06-12 01:28:46 +0300 |
---|---|---|
committer | Taylan Ulrich Bayırlı/Kammer <taylanbayirli@gmail.com> | 2016-06-12 01:31:16 +0300 |
commit | 6b741f6898a2b8a4864d12e05bf3c9eec8c1a463 (patch) | |
tree | 5794242333c452944e8df1237ef38dcb9831c122 /gnu/packages/games.scm | |
parent | 945939a5b4f0ea2a12ab0220558acd3ee434cf99 (diff) |
gnu: higan: Update to v099.
This release removes the "balanced" emulation core (aka profile).
Diffstat (limited to 'gnu/packages/games.scm')
-rw-r--r-- | gnu/packages/games.scm | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/gnu/packages/games.scm b/gnu/packages/games.scm index 1d0a945347..707e0d6225 100644 --- a/gnu/packages/games.scm +++ b/gnu/packages/games.scm @@ -2247,7 +2247,7 @@ Red Eclipse provides fast paced and accessible gameplay.") (define-public higan (package (name "higan") - (version "098b") + (version "099") (source (origin (method url-fetch) @@ -2256,7 +2256,7 @@ Red Eclipse provides fast paced and accessible gameplay.") version)) (file-name (string-append name "-" version ".tar.gz")) (sha256 - (base32 "05j0xzr01gsyia4gj6jmdzklll4iky1kwxgxw0mmfcgm10m0h3bf")) + (base32 "0xlzjqrd308hmg6yjzjkmxkkr9p3w387kf6yxyplb47jcbx2sq4n")) (patches (search-patches "higan-remove-march-native-flag.patch")))) (build-system gnu-build-system) (native-inputs @@ -2323,7 +2323,6 @@ Red Eclipse provides fast paced and accessible gameplay.") `("PATH" ":" prefix (,bin)))))))) #:make-flags (list "compiler=g++" - "profile=balanced" ;default is accuracy; which is quite slow (string-append "prefix=" (assoc-ref %outputs "out"))) ;; There is no test suite. #:tests? #f)) |