mailspring: add wrapGAppsHook

(cherry picked from commit 64c69fa288fbcb22a37b3059571386bd578af2fd)
This commit is contained in:
Artturin 2021-06-18 02:02:30 +03:00 committed by Bjørn Forsman
parent e3c88e2a94
commit 9d8db40541

View File

@ -8,6 +8,7 @@
, dpkg , dpkg
, glib , glib
, gtk3 , gtk3
, wrapGAppsHook
, libkrb5 , libkrb5
, libsecret , libsecret
, nss , nss
@ -28,6 +29,7 @@ stdenv.mkDerivation rec {
nativeBuildInputs = [ nativeBuildInputs = [
autoPatchelfHook autoPatchelfHook
dpkg dpkg
wrapGAppsHook
]; ];
buildInputs = [ buildInputs = [