qt5.qtwebengine: remove syncqt workaround
This commit is contained in:
parent
8307e6dc20
commit
77b148ddd7
@ -28,14 +28,6 @@ qtModule {
|
|||||||
qtInputs = [ qtdeclarative qtquickcontrols qtlocation qtwebchannel ];
|
qtInputs = [ qtdeclarative qtquickcontrols qtlocation qtwebchannel ];
|
||||||
nativeBuildInputs = [
|
nativeBuildInputs = [
|
||||||
bison coreutils flex git gperf ninja pkg-config python2 which gn nodejs
|
bison coreutils flex git gperf ninja pkg-config python2 which gn nodejs
|
||||||
|
|
||||||
# qmake looks for syncqt instead of syncqt.pl and fails with a cryptic
|
|
||||||
# error if it can't find it. syncqt.pl also has a /usr/bin/env shebang, so
|
|
||||||
# it can't be directly used in a sandboxed build environment.
|
|
||||||
(writeScriptBin "syncqt" ''
|
|
||||||
#!${stdenv.shell}
|
|
||||||
exec ${perl}/bin/perl ${qtbase.dev}/bin/syncqt.pl "$@"
|
|
||||||
'')
|
|
||||||
] ++ optional stdenv.isDarwin xcbuild;
|
] ++ optional stdenv.isDarwin xcbuild;
|
||||||
doCheck = true;
|
doCheck = true;
|
||||||
outputs = [ "bin" "dev" "out" ];
|
outputs = [ "bin" "dev" "out" ];
|
||||||
|
Loading…
x
Reference in New Issue
Block a user