pyqt5: no need to set --qmake in configure

This commit is contained in:
Thomas Tuegel 2017-10-24 06:45:59 -05:00
parent bf117e3205
commit 4ee379278f
No known key found for this signature in database
GPG key ID: 22CBF5249D4B4D59

View file

@ -45,7 +45,6 @@ in buildPythonPackage {
${python.executable} configure.py -w \
--confirm-license \
--dbus=${dbus_libs.dev}/include/dbus-1.0 \
--qmake=$QMAKE \
--no-qml-plugin \
--bindir=$out/bin \
--destdir=$out/${python.sitePackages} \