kdenlive: make glaxnimate non-optional

This commit is contained in:
Tobias Bora 2024-07-02 09:46:12 +02:00 committed by Manuel Bärenz
parent d2d0347070
commit cc9be80fec

View File

@ -35,7 +35,6 @@
, kdeclarative
, wrapGAppsHook3
, glaxnimate
, enableGlaxnimate ? true
}:
let
@ -82,11 +81,12 @@ mkDerivation {
kpurpose
kdeclarative
wrapGAppsHook3
] ++ lib.optional enableGlaxnimate glaxnimate;
glaxnimate
];
# Both MLT and FFMpeg paths must be set or Kdenlive will complain that it
# doesn't find them. See:
# https://github.com/NixOS/nixpkgs/issues/83885
patches = [ ./dependency-paths.patch ] ++ lib.optional enableGlaxnimate ./dependency-paths-glaxnimate.patch;
patches = [ ./dependency-paths.patch ./dependency-paths-glaxnimate.patch ];
# Needed to replace @glaxnimate@ by its path
env = {