about summary refs log tree commit diff
path: root/pkgs/development/libraries/qt-5/modules/qtwebengine.nix
diff options
context:
space:
mode:
authorOPNA2608 <christoph.neidahl@gmail.com>2021-04-09 16:37:30 +0200
committerJonathan Ringer <jonringer@users.noreply.github.com>2021-05-08 20:40:44 -0700
commit77b148ddd7b487aba2fbfa53e2018b288aac3124 (patch)
treea969baa607fe3bf722927aa4feaccb5e225c5f11 /pkgs/development/libraries/qt-5/modules/qtwebengine.nix
parent8307e6dc20ca76d6a12105ed595068807849a531 (diff)
qt5.qtwebengine: remove syncqt workaround
Diffstat (limited to 'pkgs/development/libraries/qt-5/modules/qtwebengine.nix')
-rw-r--r--pkgs/development/libraries/qt-5/modules/qtwebengine.nix8
1 files changed, 0 insertions, 8 deletions
diff --git a/pkgs/development/libraries/qt-5/modules/qtwebengine.nix b/pkgs/development/libraries/qt-5/modules/qtwebengine.nix
index 571c17dc4cfc2..3dbaa2f567dfe 100644
--- a/pkgs/development/libraries/qt-5/modules/qtwebengine.nix
+++ b/pkgs/development/libraries/qt-5/modules/qtwebengine.nix
@@ -28,14 +28,6 @@ qtModule {
   qtInputs = [ qtdeclarative qtquickcontrols qtlocation qtwebchannel ];
   nativeBuildInputs = [
     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;
   doCheck = true;
   outputs = [ "bin" "dev" "out" ];