diff options
Diffstat (limited to 'mlt_my.nix')
-rw-r--r-- | mlt_my.nix | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -16,5 +16,7 @@ self: super: { url = "https://github.com/mltframework/mlt"; ref = "master"; }; + buildInputs = with qt6Packages; old.buildInputs ++ [ gdk-pixbuf libebur128 qtbase qtsvg qt5compat ]; + nativeBuildInputs = with qt6Packages; old.nativeBuildInputs ++ [ wrapQtAppsNoGuiHook ]; }); } |