qbittorrent: no longer need to set QT_QMAKE

This commit is contained in:
Thomas Tuegel 2017-10-24 06:41:33 -05:00
parent d13bfc0c45
commit 0b4564fdb1
No known key found for this signature in database
GPG key ID: 22CBF5249D4B4D59

View file

@ -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}"