mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-23 23:43:30 +00:00
kdenlive: fix core dump on file open
This commit is contained in:
parent
0a9d9946ed
commit
104c8b5e03
@ -31,6 +31,7 @@
|
||||
, rttr
|
||||
, kpurpose
|
||||
, kdeclarative
|
||||
, wrapGAppsHook
|
||||
}:
|
||||
|
||||
mkDerivation {
|
||||
@ -69,6 +70,7 @@ mkDerivation {
|
||||
rttr
|
||||
kpurpose
|
||||
kdeclarative
|
||||
wrapGAppsHook
|
||||
];
|
||||
# Both MLT and FFMpeg paths must be set or Kdenlive will complain that it
|
||||
# doesn't find them. See:
|
||||
|
Loading…
Reference in New Issue
Block a user