mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-12-23 22:23:15 +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"
|
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; {
|
meta = with lib; {
|
||||||
description = "A web engine based on the Chromium web browser";
|
description = "A web engine based on the Chromium web browser";
|
||||||
platforms = platforms.linux;
|
platforms = platforms.linux;
|
||||||
|
Loading…
Reference in New Issue
Block a user