summaryrefslogtreecommitdiffstats
path: root/pkgs/applications/networking/instant-messengers/rocketchat-desktop
diff options
context:
space:
mode:
authorgbtb <goodbetterthebeast3@gmail.com>2021-11-15 22:25:35 +1000
committergbtb <goodbetterthebeast3@gmail.com>2021-11-15 22:25:35 +1000
commit0f7756d322f624829c7b462099b458bb07b0df3f (patch)
tree561fb31ad931acfde139240e99d0dae1a4b522de /pkgs/applications/networking/instant-messengers/rocketchat-desktop
parent64065d76f434457073f5d255a3246658119e08ed (diff)
rocketchat-desktop: added wrapGAppsHook
Diffstat (limited to 'pkgs/applications/networking/instant-messengers/rocketchat-desktop')
-rw-r--r--pkgs/applications/networking/instant-messengers/rocketchat-desktop/default.nix5
1 files changed, 4 insertions, 1 deletions
diff --git a/pkgs/applications/networking/instant-messengers/rocketchat-desktop/default.nix b/pkgs/applications/networking/instant-messengers/rocketchat-desktop/default.nix
index 36e7a651eb3e..4cf99c8f4aac 100644
--- a/pkgs/applications/networking/instant-messengers/rocketchat-desktop/default.nix
+++ b/pkgs/applications/networking/instant-messengers/rocketchat-desktop/default.nix
@@ -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