qt5.qtwebengine: remove syncqt workaround

authored by

OPNA2608 and committed by
Jonathan Ringer
77b148dd 8307e6dc

-8
-8
pkgs/development/libraries/qt-5/modules/qtwebengine.nix
··· 28 28 qtInputs = [ qtdeclarative qtquickcontrols qtlocation qtwebchannel ]; 29 29 nativeBuildInputs = [ 30 30 bison coreutils flex git gperf ninja pkg-config python2 which gn nodejs 31 - 32 - # qmake looks for syncqt instead of syncqt.pl and fails with a cryptic 33 - # error if it can't find it. syncqt.pl also has a /usr/bin/env shebang, so 34 - # it can't be directly used in a sandboxed build environment. 35 - (writeScriptBin "syncqt" '' 36 - #!${stdenv.shell} 37 - exec ${perl}/bin/perl ${qtbase.dev}/bin/syncqt.pl "$@" 38 - '') 39 31 ] ++ optional stdenv.isDarwin xcbuild; 40 32 doCheck = true; 41 33 outputs = [ "bin" "dev" "out" ];