Skip to content

Commit 00a082f

Browse files
committed
musescore: fix crash accessing uninitialized properties
Without this patch MuseScore crashes on my x86_64 Linux about 40% of the times I attempt to launch it. See musescore/MuseScore#24714
1 parent 12a58ef commit 00a082f

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

pkgs/applications/audio/musescore/default.nix

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -64,6 +64,11 @@ in stdenv'.mkDerivation (finalAttrs: {
6464
url = "https://github.com/musescore/MuseScore/pull/24326/commits/b274f13311ad0b2bce339634a006ba22fbd3379e.patch";
6565
hash = "sha256-ZGmjRa01CBEIxJdJYQMhdg4A9yjWdlgn0pCPmENBTq0=";
6666
})
67+
(fetchpatch {
68+
name = "fix-crash-accessing-uninitialized-properties.patch";
69+
url = "https://github.com/musescore/MuseScore/pull/24714.patch";
70+
hash = "sha256-ErrCU/U+wyfD7R8kiZTifGIeuCAdKi1q7uxYsoE/OLA=";
71+
})
6772
];
6873

6974
cmakeFlags = [

0 commit comments

Comments
 (0)