mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-22 15:03:28 +00:00
kdenlive: make glaxnimate non-optional
This commit is contained in:
parent
d2d0347070
commit
cc9be80fec
@ -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 = {
|
||||
|
Loading…
Reference in New Issue
Block a user