aegisub: add wrapGAppsHook to nativeBuildInputs

Fixes the `Settings schema 'org.gtk.Settings.FileChooser' is not
installed` error when opening file dialogs.
This commit is contained in:
Andrey Golovizin 2023-01-15 22:15:47 +01:00
parent befc83905c
commit 00e7a3df83

View File

@ -25,6 +25,7 @@
, pcre
, pkg-config
, which
, wrapGAppsHook
, wxGTK
, zlib
@ -75,6 +76,7 @@ stdenv.mkDerivation rec {
pkg-config
which
cmake
wrapGAppsHook
];
buildInputs = [