mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-11-19 02:44:17 +03:00
filezilla: add wrapGAppsHook (#126765)
This commit is contained in:
parent
971c744e40
commit
8bfd7bf370
@ -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…
Reference in New Issue
Block a user