qt6.qtwebengine: remove outdated postFixup phase

This commit is contained in:
Nick Cao 2023-04-13 21:37:47 +08:00
parent d69d20baa3
commit 91fb53dce3
No known key found for this signature in database

View File

@ -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;