about summary refs log tree commit diff
path: root/pkgs/applications/networking/instant-messengers/tangram
diff options
context:
space:
mode:
authoraleksana <me@aleksana.moe>2024-04-05 22:37:35 +0800
committeraleksana <me@aleksana.moe>2024-04-06 01:33:38 +0800
commit9dddc116d5153f0105150b53ff5558766d0e773a (patch)
treea201294aec6cdbef6417fbb692eab6954eaf8ce1 /pkgs/applications/networking/instant-messengers/tangram
parent67e2bc037137e4fdcf6b3132a4f54c165726500b (diff)
treewide: replace wrapGAppsHook with wrapGAppsHook4 for gtk4 apps
Diffstat (limited to 'pkgs/applications/networking/instant-messengers/tangram')
-rw-r--r--pkgs/applications/networking/instant-messengers/tangram/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/applications/networking/instant-messengers/tangram/default.nix b/pkgs/applications/networking/instant-messengers/tangram/default.nix
index c32e55ffde4ef..c68af388f323c 100644
--- a/pkgs/applications/networking/instant-messengers/tangram/default.nix
+++ b/pkgs/applications/networking/instant-messengers/tangram/default.nix
@@ -20,7 +20,7 @@
 , python3
 , webkitgtk_6_0
 , blueprint-compiler
-, wrapGAppsHook
+, wrapGAppsHook4
 }:
 
 stdenv.mkDerivation rec {
@@ -46,7 +46,7 @@ stdenv.mkDerivation rec {
     pkg-config
     python3
     blueprint-compiler
-    wrapGAppsHook
+    wrapGAppsHook4
   ];
 
   buildInputs = [