mypaint: Apply some crash fixes

This commit is contained in:
Jan Tojnar 2024-02-03 21:00:44 +01:00
parent be7b8e7367
commit 2e32ea4fa2

View File

@ -46,6 +46,29 @@ in buildPythonApplication rec {
url = "https://github.com/mypaint/mypaint/commit/032a155b72f2b021f66a994050d83f07342d04af.patch";
hash = "sha256-EI4WJbpZrCtFMKd6QdXlWpRpIHi37gJffDjclzTLaLc=";
})
# Fix drag-n-drop file opening
(fetchpatch {
url = "https://github.com/mypaint/mypaint/commit/66b2ba98bd953afa73d0d6ac71040b14a4ea266b.patch";
hash = "sha256-4AWXD/JMpNA5otl2ad1ZLVPW49pycuOXGcgfzvj0XEE=";
})
# Fix crash with locked layer
(fetchpatch {
url = "https://github.com/mypaint/mypaint/commit/0b720f8867f18acccc8e6ec770a9cc494aa81dcf.patch";
hash = "sha256-ahYeERiMLA8yKIXQota6/ApAbOW0XwsHO2JkEEMm1Ow=";
})
# Refactoring for the following patch to apply.
(fetchpatch {
url = "https://github.com/mypaint/mypaint/commit/d7d2496401a112a178d5fa2e491f0cc7537d24cd.patch";
hash = "sha256-dIW6qWqY96+bsUDQQtGtjENvypnh//Ep3xW+wooCJ14=";
includes = [
"gui/colors/hcywheel.py"
];
})
# Fix crash with hcy wheel masking
(fetchpatch {
url = "https://github.com/mypaint/mypaint/commit/5496b1cd1113fcd46230d87760b7e6b51cc747bc.patch";
hash = "sha256-h+sE1LW04xDU2rofH5KqXsY1M0jacfBNBC+Zb0i6y1w=";
})
];
nativeBuildInputs = [