mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-02-02 16:17:27 +01:00
gnu: musescore: Update to 3.3.
* gnu/packages/music.scm (musescore): Update to 3.3. [arguments]: Remove "-DBUILD_CRASH_REPORTER=OFF" configure flag, which is OFF by default anyway.
This commit is contained in:
parent
f37ad658ea
commit
9e5915770f
1 changed files with 3 additions and 4 deletions
|
@ -3774,7 +3774,7 @@ (define-public lmms
|
||||||
(define-public musescore
|
(define-public musescore
|
||||||
(package
|
(package
|
||||||
(name "musescore")
|
(name "musescore")
|
||||||
(version "3.2.3")
|
(version "3.3")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method git-fetch)
|
(method git-fetch)
|
||||||
(uri (git-reference
|
(uri (git-reference
|
||||||
|
@ -3783,7 +3783,7 @@ (define-public musescore
|
||||||
(file-name (git-file-name name version))
|
(file-name (git-file-name name version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"17wx1wl8ns2k31qvrr888dxnrsa13vazg04zh2sn2q4vzd869a7v"))
|
"15ckjwvp3xigjkzmp1ddzvlm4d0vlk9i1axyfxg3hr2sia84yxvi"))
|
||||||
(modules '((guix build utils)))
|
(modules '((guix build utils)))
|
||||||
(snippet
|
(snippet
|
||||||
;; Un-bundle OpenSSL and remove unused libraries.
|
;; Un-bundle OpenSSL and remove unused libraries.
|
||||||
|
@ -3801,8 +3801,7 @@ (define-public musescore
|
||||||
(build-system cmake-build-system)
|
(build-system cmake-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
`(#:configure-flags
|
`(#:configure-flags
|
||||||
`("-DBUILD_CRASH_REPORTER=OFF"
|
`("-DBUILD_WEBENGINE=OFF"
|
||||||
"-DBUILD_WEBENGINE=OFF"
|
|
||||||
"-DDOWNLOAD_SOUNDFONT=OFF"
|
"-DDOWNLOAD_SOUNDFONT=OFF"
|
||||||
"-DUSE_SYSTEM_FREETYPE=ON")
|
"-DUSE_SYSTEM_FREETYPE=ON")
|
||||||
;; There are tests, but no simple target to run. The command used to
|
;; There are tests, but no simple target to run. The command used to
|
||||||
|
|
Loading…
Reference in a new issue