qt6.qtwebengine: remove outdated postFixup phase

This commit is contained in:
Nick Cao
2023-04-14 19:29:59 +08:00
parent d69d20baa3
commit 91fb53dce3
@@ -226,12 +226,6 @@ qtModule {
export NINJAFLAGS="-j$NIX_BUILD_CORES"
'';
postFixup = ''
# This is required at runtime
mkdir -p $out/libexec
mv $dev/libexec/QtWebEngineProcess $out/libexec
'';
meta = with lib; {
description = "A web engine based on the Chromium web browser";
platforms = platforms.linux;