rocketchat-desktop: added wrapGAppsHook

This commit is contained in:
gbtb 2021-11-15 22:25:35 +10:00
parent 64065d76f4
commit 0f7756d322

View File

@ -1,4 +1,4 @@
{ lib, stdenv, pkgs, fetchurl }:
{ lib, stdenv, pkgs, fetchurl, wrapGAppsHook }:
let
libPathNative = { packages }: lib.makeLibraryPath packages;
in
@ -11,6 +11,9 @@ stdenv.mkDerivation rec {
sha256 = "1ri8a60fsbqgq83f8wkyfnd59nqk4d0gpz1vanj54769zflpl71s";
};
nativeBuildInputs = [
wrapGAppsHook #to fully work with gnome also needs programs.dconf.enable = true in your configuration.nix
];
buildInputs = with pkgs; [
gtk3
stdenv.cc.cc