summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--mlt_my.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/mlt_my.nix b/mlt_my.nix
index 177b81d..75c1ab3 100644
--- a/mlt_my.nix
+++ b/mlt_my.nix
@@ -16,7 +16,7 @@ self: super: {
url = "https://github.com/mltframework/mlt";
ref = "master";
};
- buildInputs = with qt6Packages; old.buildInputs ++ [ gdk-pixbuf libebur128 qtbase qtsvg ];
+ buildInputs = with qt6Packages; old.buildInputs ++ [ gdk-pixbuf libebur128 qtbase qtsvg qt5compat ];
nativeBuildInputs = with qt6Packages; old.nativeBuildInputs ++ [ wrapQtAppsNoGuiHook ];
});
}