vk-messenger: use wrapGAppsHook

This commit is contained in:
gnidorah 2019-12-21 13:11:49 +03:00
parent 779333225e
commit 24ac2e263a

View File

@ -1,5 +1,6 @@
{ stdenv, fetchurl, rpmextract, autoPatchelfHook
, xorg, gtk3, gnome2, nss, alsaLib, udev, libnotify }:
, xorg, gtk3, gnome2, nss, alsaLib, udev, libnotify
, wrapGAppsHook }:
let
version = "4.5.2";
@ -17,7 +18,7 @@ in stdenv.mkDerivation {
};
}.${stdenv.system} or (throw "Unsupported system: ${stdenv.system}");
nativeBuildInputs = [ rpmextract autoPatchelfHook ];
nativeBuildInputs = [ rpmextract autoPatchelfHook wrapGAppsHook ];
buildInputs = (with xorg; [
libXdamage libXtst libXScrnSaver libxkbfile
]) ++ [