authenticator: use wrapGAppsHook4

main
Robert Schütz 2 years ago committed by Robert Schütz
parent e44b273d9f
commit 3fa11ba9f4
  1. 4
      pkgs/applications/misc/authenticator/default.nix

@ -9,7 +9,7 @@
, ninja , ninja
, pkg-config , pkg-config
, rustPlatform , rustPlatform
, wrapGAppsHook , wrapGAppsHook4
, gdk-pixbuf , gdk-pixbuf
, glib , glib
, gst_all_1 , gst_all_1
@ -48,7 +48,7 @@ stdenv.mkDerivation rec {
meson meson
ninja ninja
pkg-config pkg-config
wrapGAppsHook wrapGAppsHook4
] ++ (with rustPlatform; [ ] ++ (with rustPlatform; [
cargoSetupHook cargoSetupHook
rust.cargo rust.cargo

Loading…
Cancel
Save