guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

04/06: gnu: mame: Fix build failure.


From: guix-commits
Subject: 04/06: gnu: mame: Fix build failure.
Date: Mon, 17 Jan 2022 12:34:27 -0500 (EST)

mbakke pushed a commit to branch master
in repository guix.

commit c7dd51dd619116e6fe20f240740cc5939dd3308b
Author: Marius Bakke <marius@gnu.org>
AuthorDate: Mon Jan 17 17:23:51 2022 +0100

    gnu: mame: Fix build failure.
    
    * gnu/packages/emulators.scm (mame)[arguments]: Fix typo in input name.
---
 gnu/packages/emulators.scm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gnu/packages/emulators.scm b/gnu/packages/emulators.scm
index 638e8e2ebc..0453acf2e8 100644
--- a/gnu/packages/emulators.scm
+++ b/gnu/packages/emulators.scm
@@ -1736,7 +1736,7 @@ This is a part of the TiLP project.")
       #~(cons*
          ;; A 'strict-overflow' error pops up on i686 so disable '-Werror'.
          "NOWERROR=1"
-         (string-append "QT_HOME=" #$(this-package-input "qtbase-5"))
+         (string-append "QT_HOME=" #$(this-package-input "qtbase"))
          (string-append "SDL_INI_PATH=" #$output "/share/mame/ini")
          (map (lambda (lib)
                 (string-append "USE_SYSTEM_LIB_" (string-upcase lib) "=1"))



reply via email to

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