about summary refs log tree commit diff
path: root/pkgs/applications/networking/instant-messengers/qq
diff options
context:
space:
mode:
authorChaosAttractor <46527539+LostAttractor@users.noreply.github.com>2024-03-25 18:35:42 +0800
committerGitHub <noreply@github.com>2024-03-25 11:35:42 +0100
commit3035895d134a63076827cfecfe4b288780af60fe (patch)
treeb0566757c4ab09c76057dde5fb1d856bf8d2c663 /pkgs/applications/networking/instant-messengers/qq
parent937b1365a95bff3e57d8c2021a1a0824368d415d (diff)
qq: change wrapGAppsHook to makeWrapper (#284788)
Diffstat (limited to 'pkgs/applications/networking/instant-messengers/qq')
-rw-r--r--pkgs/applications/networking/instant-messengers/qq/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/applications/networking/instant-messengers/qq/default.nix b/pkgs/applications/networking/instant-messengers/qq/default.nix
index 0f02f0413506d..7f940312a991c 100644
--- a/pkgs/applications/networking/instant-messengers/qq/default.nix
+++ b/pkgs/applications/networking/instant-messengers/qq/default.nix
@@ -19,7 +19,7 @@
 , vips
 , at-spi2-core
 , autoPatchelfHook
-, wrapGAppsHook
+, makeWrapper
 }:
 
 let
@@ -43,7 +43,7 @@ stdenv.mkDerivation {
 
   nativeBuildInputs = [
     autoPatchelfHook
-    wrapGAppsHook
+    makeWrapper
     dpkg
   ];