keepassxc: Fix GApps wrapping

This commit is contained in:
7FM 2022-11-29 00:43:22 +01:00 committed by Manuel Bärenz
parent 7bfceb0209
commit 7c3eeb5667

View File

@ -90,7 +90,7 @@ stdenv.mkDerivation rec {
nativeBuildInputs = [ asciidoctor cmake wrapGAppsHook wrapQtAppsHook qttools pkg-config ];
dontWrapGApps = true;
postFixup = ''
preFixup = ''
qtWrapperArgs+=("''${gappsWrapperArgs[@]}")
'';