Unverified Commit 91fb53dc authored by Nick Cao's avatar Nick Cao
Browse files

qt6.qtwebengine: remove outdated postFixup phase

parent d69d20ba
Loading
Loading
Loading
Loading
+0 −6
Original line number Diff line number Diff line
@@ -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;