keepassxc: Add wrapGAppsHook. Fixes #163482.

main
Manuel Bärenz 2 years ago
parent 2ac527530e
commit 53f2237575
  1. 3
      pkgs/applications/misc/keepassx/community.nix

@ -22,6 +22,7 @@
, qtx11extras
, quazip
, readline
, wrapGAppsHook
, wrapQtAppsHook
, yubikey-personalization
, zlib
@ -90,7 +91,7 @@ stdenv.mkDerivation rec {
runHook postCheck
'';
nativeBuildInputs = [ asciidoctor cmake wrapQtAppsHook qttools pkg-config ];
nativeBuildInputs = [ asciidoctor cmake wrapGAppsHook wrapQtAppsHook qttools pkg-config ];
buildInputs = [
curl

Loading…
Cancel
Save