Merge pull request #181727 from Mic92/qtwebengine
qt6.qtwebengine: fix build
This commit is contained in:
commit
de15315a14
1 changed files with 4 additions and 0 deletions
|
@ -3,6 +3,7 @@
|
||||||
, qtwebchannel
|
, qtwebchannel
|
||||||
, qtpositioning
|
, qtpositioning
|
||||||
, qtwebsockets
|
, qtwebsockets
|
||||||
|
, buildPackages
|
||||||
, bison
|
, bison
|
||||||
, coreutils
|
, coreutils
|
||||||
, flex
|
, flex
|
||||||
|
@ -105,6 +106,9 @@ qtModule rec {
|
||||||
patchShebangs .
|
patchShebangs .
|
||||||
)
|
)
|
||||||
|
|
||||||
|
substituteInPlace cmake/Functions.cmake \
|
||||||
|
--replace "/bin/bash" "${buildPackages.bash}/bin/bash"
|
||||||
|
|
||||||
sed -i -e '/lib_loader.*Load/s!"\(libudev\.so\)!"${lib.getLib systemd}/lib/\1!' \
|
sed -i -e '/lib_loader.*Load/s!"\(libudev\.so\)!"${lib.getLib systemd}/lib/\1!' \
|
||||||
src/3rdparty/chromium/device/udev_linux/udev?_loader.cc
|
src/3rdparty/chromium/device/udev_linux/udev?_loader.cc
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue