keepassxc: Fix GApps wrapping

This commit is contained in:
7FM
2022-11-29 17:11:37 +01:00
committed by Manuel Bärenz
parent 7bfceb0209
commit 7c3eeb5667
@@ -90,7 +90,7 @@ stdenv.mkDerivation rec {
nativeBuildInputs = [ asciidoctor cmake wrapGAppsHook wrapQtAppsHook qttools pkg-config ];
dontWrapGApps = true;
postFixup = ''
preFixup = ''
qtWrapperArgs+=("''${gappsWrapperArgs[@]}")
'';