keepassxc: Add wrapGAppsHook. Fixes #163482.

This commit is contained in:
Manuel Bärenz 2022-03-14 16:12:47 +01:00
parent 2ac527530e
commit 53f2237575

View File

@ -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