guix-commits
[Top][All Lists]
Advanced

[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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]