From 00e7a3df836e0d2ea67ec17140d854ba23d8d69b Mon Sep 17 00:00:00 2001 From: Andrey Golovizin Date: Sun, 15 Jan 2023 22:15:47 +0100 Subject: aegisub: add wrapGAppsHook to nativeBuildInputs Fixes the `Settings schema 'org.gtk.Settings.FileChooser' is not installed` error when opening file dialogs. --- pkgs/applications/video/aegisub/default.nix | 2 ++ 1 file changed, 2 insertions(+) (limited to 'pkgs/applications/video/aegisub') diff --git a/pkgs/applications/video/aegisub/default.nix b/pkgs/applications/video/aegisub/default.nix index 6c267aad77e..079fb1792e1 100644 --- a/pkgs/applications/video/aegisub/default.nix +++ b/pkgs/applications/video/aegisub/default.nix @@ -25,6 +25,7 @@ , pcre , pkg-config , which +, wrapGAppsHook , wxGTK , zlib @@ -75,6 +76,7 @@ stdenv.mkDerivation rec { pkg-config which cmake + wrapGAppsHook ]; buildInputs = [ -- cgit 1.4.1