qbittorrent: no longer need to set QT_QMAKE

This commit is contained in:
Thomas Tuegel
2017-11-07 07:18:47 -06:00
parent d13bfc0c45
commit 0b4564fdb1
@@ -22,10 +22,6 @@ stdenv.mkDerivation rec {
buildInputs = [ boost libtorrentRasterbar qtbase qttools ]
++ optional guiSupport dbus_libs;
preConfigure = ''
export QT_QMAKE=$(dirname "$QMAKE")
'';
configureFlags = [
"--with-boost-libdir=${boost.out}/lib"
"--with-boost=${boost.dev}"