Commit 00e7a3df authored by Andrey Golovizin's avatar Andrey Golovizin
Browse files

aegisub: add wrapGAppsHook to nativeBuildInputs

Fixes the `Settings schema 'org.gtk.Settings.FileChooser' is not
installed` error when opening file dialogs.
parent befc8390
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -25,6 +25,7 @@
, pcre
, pkg-config
, which
, wrapGAppsHook
, wxGTK
, zlib

@@ -75,6 +76,7 @@ stdenv.mkDerivation rec {
    pkg-config
    which
    cmake
    wrapGAppsHook
  ];

  buildInputs = [