me
/
guix
Archived
1
0
Fork 0

gnu: mame: Fix build failure.

* gnu/packages/emulators.scm (mame)[arguments]: Fix typo in input name.
Marius Bakke 2022-01-17 17:23:51 +01:00
parent f3b73e46df
commit c7dd51dd61
No known key found for this signature in database
GPG Key ID: A2A06DF2A33A54FA
1 changed files with 1 additions and 1 deletions

View File

@ -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"))