Merge pull request #76129 from gnidorah/vk
vk-messenger: use wrapGAppsHook
This commit is contained in:
@@ -1,5 +1,6 @@
|
|||||||
{ stdenv, fetchurl, rpmextract, autoPatchelfHook
|
{ stdenv, fetchurl, rpmextract, autoPatchelfHook
|
||||||
, xorg, gtk3, gnome2, nss, alsaLib, udev, libnotify }:
|
, xorg, gtk3, gnome2, nss, alsaLib, udev, libnotify
|
||||||
|
, wrapGAppsHook }:
|
||||||
|
|
||||||
let
|
let
|
||||||
version = "4.5.2";
|
version = "4.5.2";
|
||||||
@@ -17,7 +18,7 @@ in stdenv.mkDerivation {
|
|||||||
};
|
};
|
||||||
}.${stdenv.system} or (throw "Unsupported system: ${stdenv.system}");
|
}.${stdenv.system} or (throw "Unsupported system: ${stdenv.system}");
|
||||||
|
|
||||||
nativeBuildInputs = [ rpmextract autoPatchelfHook ];
|
nativeBuildInputs = [ rpmextract autoPatchelfHook wrapGAppsHook ];
|
||||||
buildInputs = (with xorg; [
|
buildInputs = (with xorg; [
|
||||||
libXdamage libXtst libXScrnSaver libxkbfile
|
libXdamage libXtst libXScrnSaver libxkbfile
|
||||||
]) ++ [
|
]) ++ [
|
||||||
|
|||||||
Reference in New Issue
Block a user