diff options
author | Nicolas Goaziou <mail@nicolasgoaziou.fr> | 2020-10-24 12:23:55 +0200 |
---|---|---|
committer | Nicolas Goaziou <mail@nicolasgoaziou.fr> | 2020-10-24 12:23:55 +0200 |
commit | 3bbadc45d69f1458dc1a639cdd3b1a0af4ce3e4c (patch) | |
tree | 7e24e2b761b33e2e4abfd9153014d309ec2b5f77 | |
parent | 4fbd3c36c6a6db8fc648ecdcc612c0e14a55a523 (diff) | |
download | guix-3bbadc45d69f1458dc1a639cdd3b1a0af4ce3e4c.tar.gz guix-3bbadc45d69f1458dc1a639cdd3b1a0af4ce3e4c.zip |
gnu: musescore: Fix version number in "About" page.
* gnu/packages/music.scm (musescore)[arguments]: Notify we're building stable
version.
-rw-r--r-- | gnu/packages/music.scm | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/gnu/packages/music.scm b/gnu/packages/music.scm index c6388e778e..36496efc16 100644 --- a/gnu/packages/music.scm +++ b/gnu/packages/music.scm @@ -4220,6 +4220,7 @@ audio samples and various soft sythesizers. It can receive input from a MIDI ke `("-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 @@ audio samples and various soft sythesizers. It can receive input from a MIDI ke `(("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, |