pyqt5: no need to set --qmake in configure

-1
-1
pkgs/development/python-modules/pyqt/5.x.nix
··· 45 45 ${python.executable} configure.py -w \ 46 46 --confirm-license \ 47 47 --dbus=${dbus_libs.dev}/include/dbus-1.0 \ 48 - --qmake=$QMAKE \ 49 48 --no-qml-plugin \ 50 49 --bindir=$out/bin \ 51 50 --destdir=$out/${python.sitePackages} \