summaryrefslogtreecommitdiff
path: root/mlt_my.nix
diff options
context:
space:
mode:
Diffstat (limited to 'mlt_my.nix')
-rw-r--r--mlt_my.nix2
1 files changed, 2 insertions, 0 deletions
diff --git a/mlt_my.nix b/mlt_my.nix
index cd7d660..75c1ab3 100644
--- a/mlt_my.nix
+++ b/mlt_my.nix
@@ -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 ];
});
}