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