We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 7633dba + 00a082f commit 48d56ddCopy full SHA for 48d56dd
pkgs/applications/audio/musescore/default.nix
@@ -65,6 +65,11 @@ in stdenv'.mkDerivation (finalAttrs: {
65
url = "https://github.com/musescore/MuseScore/pull/24326/commits/b274f13311ad0b2bce339634a006ba22fbd3379e.patch";
66
hash = "sha256-ZGmjRa01CBEIxJdJYQMhdg4A9yjWdlgn0pCPmENBTq0=";
67
})
68
+ (fetchpatch {
69
+ name = "fix-crash-accessing-uninitialized-properties.patch";
70
+ url = "https://github.com/musescore/MuseScore/pull/24714.patch";
71
+ hash = "sha256-ErrCU/U+wyfD7R8kiZTifGIeuCAdKi1q7uxYsoE/OLA=";
72
+ })
73
];
74
75
cmakeFlags = [
0 commit comments