mailspring: add wrapGAppsHook
(cherry picked from commit 64c69fa288fbcb22a37b3059571386bd578af2fd)
This commit is contained in:
parent
e3c88e2a94
commit
9d8db40541
|
@ -8,6 +8,7 @@
|
|||
, dpkg
|
||||
, glib
|
||||
, gtk3
|
||||
, wrapGAppsHook
|
||||
, libkrb5
|
||||
, libsecret
|
||||
, nss
|
||||
|
@ -28,6 +29,7 @@ stdenv.mkDerivation rec {
|
|||
nativeBuildInputs = [
|
||||
autoPatchelfHook
|
||||
dpkg
|
||||
wrapGAppsHook
|
||||
];
|
||||
|
||||
buildInputs = [
|
||||
|
|
Loading…
Reference in New Issue