mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: melonds: Update to 1.0.
* gnu/packages/emulators.scm (melonds): Update to 1.0. [native-inputs]: Remove gcc-13.
This commit is contained in:
parent
e77a4a79af
commit
eae2c26bb3
1 changed files with 3 additions and 4 deletions
|
@ -378,7 +378,7 @@ console.")
|
|||
(define-public melonds
|
||||
(package
|
||||
(name "melonds")
|
||||
(version "1.0rc")
|
||||
(version "1.0")
|
||||
(source (origin
|
||||
(method git-fetch)
|
||||
(uri (git-reference
|
||||
|
@ -387,13 +387,12 @@ console.")
|
|||
(file-name (git-file-name name version))
|
||||
(sha256
|
||||
(base32
|
||||
"1y8ilin758znizmxyq23plx1wnx2pc9zqd2qrvr1cgy0s2wzxr7z"))))
|
||||
"0qrpqgiw678kcdvjl6hm9wi223m6igngppkvws3q86lmkwrhg039"))))
|
||||
(build-system cmake-build-system)
|
||||
(arguments ; no test suite
|
||||
'(#:tests? #f))
|
||||
(native-inputs
|
||||
(list gcc-13
|
||||
extra-cmake-modules
|
||||
(list extra-cmake-modules
|
||||
pkg-config))
|
||||
(inputs
|
||||
(list enet
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue