kdePackages.kdenlive: backport bug fix

This commit is contained in:
K900 2024-06-20 15:38:53 +03:00
parent 9043e8619f
commit e4c66a8a2a

View File

@ -11,6 +11,7 @@
shared-mime-info,
libv4l,
frei0r,
fetchpatch,
}:
mkKdeDerivation {
pname = "kdenlive";
@ -23,6 +24,13 @@ mkKdeDerivation {
ffmpeg = ffmpeg-full;
}
)
# Backport fix for crash after 5 minutes
# FIXME: remove in next release
(fetchpatch {
url = "https://invent.kde.org/multimedia/kdenlive/-/commit/8be0e826471332bb739344ebe1859298c46e9e0f.patch";
hash = "sha256-5hLePH5NlO4Lx8lg9kjBPI4jTmP666RGplaVCmS/9TA=";
})
];
extraBuildInputs = [