mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-04-13 00:47:25 +00:00
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:
parent
befc83905c
commit
00e7a3df83
@ -25,6 +25,7 @@
|
||||
, pcre
|
||||
, pkg-config
|
||||
, which
|
||||
, wrapGAppsHook
|
||||
, wxGTK
|
||||
, zlib
|
||||
|
||||
@ -75,6 +76,7 @@ stdenv.mkDerivation rec {
|
||||
pkg-config
|
||||
which
|
||||
cmake
|
||||
wrapGAppsHook
|
||||
];
|
||||
|
||||
buildInputs = [
|
||||
|
Loading…
Reference in New Issue
Block a user