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:
parent
411f1f7b4a
commit
5f583a11a1
@ -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 = ''
|
||||
|
Loading…
Reference in New Issue
Block a user