musescore: build in release configuration

This affects settings and document directories.

The configuration was "release" before the switch from fetchzip to
fetchFromGitHub.
This commit is contained in:
Orivej Desh 2020-12-08 16:35:58 +00:00
parent d702e6e6ab
commit a9ba757842

View file

@ -21,6 +21,7 @@ mkDerivation rec {
];
cmakeFlags = [
"-DMUSESCORE_BUILD_CONFIG=release"
"-DUSE_SYSTEM_FREETYPE=ON"
];