mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-23 19:19:20 -05:00
gnu: musescore: Fix version number in "About" page.
* gnu/packages/music.scm (musescore)[arguments]: Notify we're building stable version.
This commit is contained in:
parent
4fbd3c36c6
commit
3bbadc45d6
1 changed files with 4 additions and 2 deletions
|
@ -4220,6 +4220,7 @@ (define-public musescore
|
|||
`("-DBUILD_TELEMETRY_MODULE=OFF" ;don't phone home
|
||||
"-DBUILD_WEBENGINE=OFF"
|
||||
"-DDOWNLOAD_SOUNDFONT=OFF"
|
||||
"-DMUSESCORE_BUILD_CONFIG=release"
|
||||
"-DUSE_SYSTEM_FREETYPE=ON")
|
||||
;; There are tests, but no simple target to run. The command used to
|
||||
;; run them is:
|
||||
|
@ -4252,8 +4253,9 @@ (define-public musescore
|
|||
`(("pkg-config" ,pkg-config)
|
||||
("qttools" ,qttools)))
|
||||
(synopsis "Music composition and notation software")
|
||||
(description "MuseScore is a music score typesetter. Its main purpose is
|
||||
the creation of high-quality engraved musical scores in a WYSIWYG environment.
|
||||
(description
|
||||
"MuseScore is a music score typesetter. Its main purpose is the creation
|
||||
of high-quality engraved musical scores in a WYSIWYG environment.
|
||||
|
||||
It supports unlimited staves, linked parts and part extraction, tablature,
|
||||
MIDI input, percussion notation, cross-staff beaming, automatic transposition,
|
||||
|
|
Loading…
Reference in a new issue