musescore: 3.2.3 -> 3.4.2

+7 -13
+2 -2
pkgs/applications/audio/musescore/default.nix
··· 6 6 7 7 mkDerivation rec { 8 8 pname = "musescore"; 9 - version = "3.2.3"; 9 + version = "3.4.2"; 10 10 11 11 src = fetchzip { 12 12 url = "https://github.com/musescore/MuseScore/releases/download/v${version}/MuseScore-${version}.zip"; 13 - sha256 = "17mr0c8whw6vz86lp1j36rams4h8virc4z68fld0q3rpq6g05szs"; 13 + sha256 = "1laskvp40dncs12brkgvk7wl0qrvzy52rn7nf3b67ps1vmd130gp"; 14 14 stripRoot = false; 15 15 }; 16 16
+5 -11
pkgs/applications/audio/musescore/remove_qtwebengine_install_hack.patch
··· 1 - --- a/mscore/CMakeLists.txt 2 - +++ b/mscore/CMakeLists.txt 3 - @@ -660,22 +660,6 @@ if (MINGW) 4 - else (MINGW) 5 - 6 - if ( NOT MSVC ) 7 - -## install qwebengine core 1 + --- a/main/CMakeLists.txt 2 + +++ b/main/CMakeLists.txt 3 + @@ -220,16 +219,0 @@ else (MINGW) 4 + - ## install qwebengine core 8 5 - if (NOT APPLE AND USE_WEBENGINE) 9 - - install(FILES 6 + - install(PROGRAMS 10 7 - ${QT_INSTALL_LIBEXECS}/QtWebEngineProcess 11 8 - DESTINATION bin 12 9 - ) ··· 20 17 - ) 21 18 - endif(NOT APPLE AND USE_WEBENGINE) 22 19 - 23 - target_link_libraries(mscore 24 - ${ALSA_LIB} 25 - ${QT_LIBRARIES}