mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-12-19 12:14:10 +00:00
qt6.qtwebengine: remove outdated postFixup phase
This commit is contained in:
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;
|
||||
|
Loading…
Reference in New Issue
Block a user