mirror of
https://codeberg.org/hako/Rosenthal.git
synced 2026-04-20 16:54:31 +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
|
(define-public prismlauncher/dolly
|
||||||
(package
|
(package
|
||||||
(name "prismlauncher-dolly")
|
(name "prismlauncher-dolly")
|
||||||
(version "10.0.5")
|
(version "11.0.0")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method git-fetch)
|
(method git-fetch)
|
||||||
(uri (git-reference
|
(uri (git-reference
|
||||||
@ -54,7 +54,11 @@
|
|||||||
(file-name (git-file-name name version))
|
(file-name (git-file-name name version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"0phmnc0fhzcw7dw35ldx3r387wxa3sjbcvq5yzy9dh9myg1ik6c6"))))
|
"0bms11fz4lfby5hyrs0kn0vl07mkidvbnwvfiqrwqnil540v05rc"))
|
||||||
|
(modules '((guix build utils)))
|
||||||
|
(snippet
|
||||||
|
'(substitute* "launcher/CMakeLists.txt"
|
||||||
|
((" -Werror") "")))))
|
||||||
(build-system cmake-build-system)
|
(build-system cmake-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
(list
|
(list
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user