kdePackages.kdenlive: backport bug fix
This commit is contained in:
parent
9043e8619f
commit
e4c66a8a2a
@ -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 = [
|
||||
|
Loading…
Reference in New Issue
Block a user