gnu: openttd-openmsx: Use new package style.

* gnu/packages/games.scm (openttd-openmsx)[arguments]: Convert to list of
G-Expressions.
[native-inputs]: Drop labels.
This commit is contained in:
Liliana Marie Prikler 2022-04-16 00:51:49 +02:00
parent 4df82befc9
commit 5376f3d058
No known key found for this signature in database
GPG Key ID: 442A84B8C70E2F87

View File

@ -4413,20 +4413,21 @@ the original Transport Tycoon Deluxe.")
"0h583d8fxy78kc3jvpp78r76a48qhxrhm4q7jbnj74aw0kwrcl8g")))) "0h583d8fxy78kc3jvpp78r76a48qhxrhm4q7jbnj74aw0kwrcl8g"))))
(build-system gnu-build-system) (build-system gnu-build-system)
(native-inputs (native-inputs
`(("grfcodec" ,grfcodec) (list grfcodec
; Scripts are Python3 compatible, but call the interpreter as ;; Scripts are Python3 compatible, but call the interpreter as
; python instead of python3. ;; python instead of python3.
("python" ,python-wrapper) python-wrapper
("tar" ,tar))) tar))
(arguments (arguments
`(#:make-flags (list
(list (string-append "DIR_NAME=openmsx") #:make-flags
#~(list (string-append "DIR_NAME=openmsx")
(string-append "TAR=" (string-append "TAR="
(search-input-file %build-inputs "/bin/tar"))) (search-input-file %build-inputs "/bin/tar")))
;; The check phase only verifies md5sums, see openttd-opengfx. ;; The check phase only verifies md5sums, see openttd-opengfx.
#:tests? #f #:tests? #f
#:phases #:phases
(modify-phases %standard-phases #~(modify-phases %standard-phases
(delete 'configure) (delete 'configure)
(replace 'install (replace 'install
(lambda* (#:key outputs #:allow-other-keys) (lambda* (#:key outputs #:allow-other-keys)