summaryrefslogtreecommitdiffstats
path: root/pkgs/applications/misc/authenticator/default.nix
diff options
context:
space:
mode:
authorRobert Schütz <nix@dotlambda.de>2022-05-18 05:17:43 +0000
committerRobert Schütz <github@dotlambda.de>2022-05-18 12:38:50 -0700
commit3fa11ba9f4ee9f2a86c8c16eff864c5c8a2eb065 (patch)
treeaf86f04891ca0c982d6f7a0d64503a1ea775bcc1 /pkgs/applications/misc/authenticator/default.nix
parente44b273d9f5a5d528eafd49606d177e805e0eba6 (diff)
authenticator: use wrapGAppsHook4
Diffstat (limited to 'pkgs/applications/misc/authenticator/default.nix')
-rw-r--r--pkgs/applications/misc/authenticator/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/applications/misc/authenticator/default.nix b/pkgs/applications/misc/authenticator/default.nix
index e100c8807397..d7cf8f34b832 100644
--- a/pkgs/applications/misc/authenticator/default.nix
+++ b/pkgs/applications/misc/authenticator/default.nix
@@ -9,7 +9,7 @@
, ninja
, pkg-config
, rustPlatform
-, wrapGAppsHook
+, wrapGAppsHook4
, gdk-pixbuf
, glib
, gst_all_1
@@ -48,7 +48,7 @@ stdenv.mkDerivation rec {
meson
ninja
pkg-config
- wrapGAppsHook
+ wrapGAppsHook4
] ++ (with rustPlatform; [
cargoSetupHook
rust.cargo