diff --git a/pkgs/applications/misc/keepassx/community.nix b/pkgs/applications/misc/keepassx/community.nix index 258a2a51e72d..0275760af407 100644 --- a/pkgs/applications/misc/keepassx/community.nix +++ b/pkgs/applications/misc/keepassx/community.nix @@ -90,7 +90,7 @@ stdenv.mkDerivation rec { nativeBuildInputs = [ asciidoctor cmake wrapGAppsHook wrapQtAppsHook qttools pkg-config ]; dontWrapGApps = true; - postFixup = '' + preFixup = '' qtWrapperArgs+=("''${gappsWrapperArgs[@]}") '';