filezilla: add wrapGAppsHook (#126765)

launchpad/nixpkgs/master
ilmari-lauhakangas 3 years ago committed by GitHub
parent 971c744e40
commit 8bfd7bf370
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 3
      pkgs/applications/networking/ftp/filezilla/default.nix

@ -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

Loading…
Cancel
Save