mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-25 16:33:15 +00:00
kdePackages.kdenlive, plasma5Packages.kdenlive: drop glaxnimate from inputs
It's not actually needed as a library, only as a binary, and adding it leaks duplicate OpenCVs into the closure, which breaks rendering. Fixes #329747 Fixes #209941
This commit is contained in:
parent
b73c2221a4
commit
a8c851bd92
@ -82,7 +82,6 @@ mkDerivation {
|
||||
kpurpose
|
||||
kdeclarative
|
||||
wrapGAppsHook3
|
||||
glaxnimate
|
||||
];
|
||||
|
||||
# Both MLT and FFMpeg paths must be set or Kdenlive will complain that it
|
||||
|
@ -36,7 +36,6 @@ mkKdeDerivation {
|
||||
mlt
|
||||
shared-mime-info
|
||||
libv4l
|
||||
glaxnimate
|
||||
];
|
||||
|
||||
qtWrapperArgs = [
|
||||
|
Loading…
Reference in New Issue
Block a user