musescore: 3.2.3 -> 3.4.2

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