From 5f10a9675892cc5e35d2d4e314c4e5bc5d8c7fbf Mon Sep 17 00:00:00 2001 From: Fuwn Date: Wed, 16 Oct 2024 02:25:55 -0700 Subject: feat(ahoviewer): update dialogue compatibility --- pkgs/ahoviewer.nix | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) (limited to 'pkgs') diff --git a/pkgs/ahoviewer.nix b/pkgs/ahoviewer.nix index cde1c78..1effbc6 100644 --- a/pkgs/ahoviewer.nix +++ b/pkgs/ahoviewer.nix @@ -21,9 +21,17 @@ pkgs.stdenv.mkDerivation { libpeas libsecret libzip + gobject-introspection + (gst_all_1.gst-plugins-good.override { gtkSupport = true; }) + gst_all_1.gst-plugins-bad + gst_all_1.gst-plugins-ugly + gst_all_1.gst-libav ]; - nativeBuildInputs = [ pkgs.pkg-config ]; + nativeBuildInputs = with pkgs; [ + pkg-config + wrapGAppsHook4 + ]; configurePhase = "meson setup build --buildtype=release"; -- cgit v1.2.3