mirror of
https://codeberg.org/hako/Rosenthal.git
synced 2026-04-20 08:44:45 +00:00
rosenthal: prismlauncher/dolly: Update to 11.0.0.
* modules/rosenthal/packages/games.scm (prismlauncher/dolly): Update to 11.0.0. [source]: Disable -Werror.
This commit is contained in:
parent
43a63b9252
commit
800092379e
@ -44,7 +44,7 @@
|
||||
(define-public prismlauncher/dolly
|
||||
(package
|
||||
(name "prismlauncher-dolly")
|
||||
(version "10.0.5")
|
||||
(version "11.0.0")
|
||||
(source (origin
|
||||
(method git-fetch)
|
||||
(uri (git-reference
|
||||
@ -54,7 +54,11 @@
|
||||
(file-name (git-file-name name version))
|
||||
(sha256
|
||||
(base32
|
||||
"0phmnc0fhzcw7dw35ldx3r387wxa3sjbcvq5yzy9dh9myg1ik6c6"))))
|
||||
"0bms11fz4lfby5hyrs0kn0vl07mkidvbnwvfiqrwqnil540v05rc"))
|
||||
(modules '((guix build utils)))
|
||||
(snippet
|
||||
'(substitute* "launcher/CMakeLists.txt"
|
||||
((" -Werror") "")))))
|
||||
(build-system cmake-build-system)
|
||||
(arguments
|
||||
(list
|
||||
|
||||
Loading…
Reference in New Issue
Block a user