gnu: musescore: Update to 3.5.
* gnu/packages/music.scm (musescore): Update to 3.5. [origin]: Remove unused google_analytics library.
This commit is contained in:
parent
df403985ed
commit
2b16dbc3da
@ -4052,7 +4052,7 @@ audio samples and various soft sythesizers. It can receive input from a MIDI ke
|
|||||||
(define-public musescore
|
(define-public musescore
|
||||||
(package
|
(package
|
||||||
(name "musescore")
|
(name "musescore")
|
||||||
(version "3.4.2")
|
(version "3.5")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method git-fetch)
|
(method git-fetch)
|
||||||
@ -4061,13 +4061,14 @@ audio samples and various soft sythesizers. It can receive input from a MIDI ke
|
|||||||
(commit (string-append "v" version))))
|
(commit (string-append "v" version))))
|
||||||
(file-name (git-file-name name version))
|
(file-name (git-file-name name version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32 "14a9sg87nx7xca1qfbkplnpbx9pyg9k9vy87dq0g401ag6g6bi66"))
|
(base32 "1s8767imzv9hclpzvvvsqb3iyiv4y2klr6agf95zwym2xafy8p26"))
|
||||||
(modules '((guix build utils)))
|
(modules '((guix build utils)))
|
||||||
(snippet
|
(snippet
|
||||||
;; Un-bundle OpenSSL and remove unused libraries.
|
;; Un-bundle OpenSSL and remove unused libraries.
|
||||||
'(begin
|
'(begin
|
||||||
(for-each delete-file-recursively
|
(for-each delete-file-recursively
|
||||||
'("thirdparty/freetype"
|
'("thirdparty/freetype"
|
||||||
|
"thirdparty/google_analytics"
|
||||||
"thirdparty/openssl"
|
"thirdparty/openssl"
|
||||||
"thirdparty/portmidi"))
|
"thirdparty/portmidi"))
|
||||||
#t))))
|
#t))))
|
||||||
|
Loading…
Reference in New Issue
Block a user