[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
07/08: gnu: mgba: Update to 0.10.3.
From: |
guix-commits |
Subject: |
07/08: gnu: mgba: Update to 0.10.3. |
Date: |
Sun, 17 Mar 2024 09:20:05 -0400 (EDT) |
ngz pushed a commit to branch master
in repository guix.
commit 5a0b97a07c4ca3f04834e22674fdce36ac742214
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Sun Mar 17 09:19:42 2024 +0100
gnu: mgba: Update to 0.10.3.
* gnu/packages/emulators.scm (mgba): Update to 0.10.3.
<#:configure-flags>: Turn off "BUILD_LTO" to fix a build issue.
Change-Id: I21a3dfd0f1a493cd7bf629ab7facc6fbe9547213
---
gnu/packages/emulators.scm | 7 ++++---
1 file changed, 4 insertions(+), 3 deletions(-)
diff --git a/gnu/packages/emulators.scm b/gnu/packages/emulators.scm
index db6ce1f847..ffa46ca6fc 100644
--- a/gnu/packages/emulators.scm
+++ b/gnu/packages/emulators.scm
@@ -736,7 +736,7 @@ The following systems are supported:
(define-public mgba
(package
(name "mgba")
- (version "0.10.2")
+ (version "0.10.3")
(source
(origin
(method git-fetch)
@@ -746,7 +746,7 @@ The following systems are supported:
(file-name (git-file-name name version))
(sha256
(base32
- "1wwpjcblp2c1svab4z1if5xb7707wsy6zw590lwdz9za35i0h37q"))
+ "1h4wsx76kylsn4f4418swbp6zjp1x94dfn751iks1i6i529pfay1"))
(modules '((guix build utils)))
(snippet
;; Make sure we don't use the bundled software.
@@ -760,7 +760,8 @@ The following systems are supported:
(arguments
`(#:tests? #f ;no "test" target
#:configure-flags
- (list "-DUSE_LZMA=OFF" ;do not use bundled LZMA
+ (list "-DBUILD_LTO=OFF" ;FIXME:
<https://github.com/mgba-emu/mgba/issues/3115>
+ "-DUSE_LZMA=OFF" ;do not use bundled LZMA
"-DUSE_LIBZIP=OFF"))) ;use "zlib" instead
(native-inputs (list pkg-config qttools-5))
(inputs
- branch master updated (6fad9204ae -> 43d827a970), guix-commits, 2024/03/17
- 02/08: gnu: hydrogen: Update to 1.2.3., guix-commits, 2024/03/17
- 05/08: gnu: scummvm: Update to 2.8.1., guix-commits, 2024/03/17
- 06/08: gnu: naev: Update to 0.11.4., guix-commits, 2024/03/17
- 03/08: gnu: lagrange: Update to 1.17.6., guix-commits, 2024/03/17
- 04/08: gnu: pyzo: Update to 4.15.0., guix-commits, 2024/03/17
- 08/08: gnu: keepassxc: Update to 2.7.7., guix-commits, 2024/03/17
- 01/08: gnu: manuskript: Update to 0.16.1., guix-commits, 2024/03/17
- 07/08: gnu: mgba: Update to 0.10.3.,
guix-commits <=