filezilla: add wrapGAppsHook (#126765)

This commit is contained in:
ilmari-lauhakangas 2021-06-14 14:48:56 +03:00 committed by GitHub
parent 971c744e40
commit 8bfd7bf370
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -11,6 +11,7 @@
, pugixml
, sqlite
, tinyxml
, wrapGAppsHook
, wxGTK30-gtk3
, xdg-utils
}:
@ -35,7 +36,7 @@ stdenv.mkDerivation rec {
"--disable-autoupdatecheck"
];
nativeBuildInputs = [ autoreconfHook pkg-config ];
nativeBuildInputs = [ autoreconfHook pkg-config wrapGAppsHook ];
buildInputs = [
dbus