eid-mw: add `wrapGAppsHook` (#290977)

This fixes the error:
`Settings schema 'org.gtk.Settings.FileChooser' is not installed`
when trying to save during using eid-viewer.
This commit is contained in:
gytars 2024-03-25 11:10:04 +00:00 committed by GitHub
parent 411f1f7b4a
commit 5f583a11a1
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 2 additions and 1 deletions

View File

@ -16,6 +16,7 @@
, openssl
, p11-kit
, pcsclite
, wrapGAppsHook
}:
stdenv.mkDerivation rec {
@ -36,7 +37,7 @@ stdenv.mkDerivation rec {
'';
nativeBuildInputs = [ autoreconfHook autoconf-archive pkg-config makeWrapper ];
nativeBuildInputs = [ wrapGAppsHook autoreconfHook autoconf-archive pkg-config makeWrapper ];
buildInputs = [ curl gtk3 libassuan libbsd libproxy libxml2 openssl p11-kit pcsclite ];
preConfigure = ''