qbittorrent: no longer need to set QT_QMAKE
This commit is contained in:
parent
d13bfc0c45
commit
0b4564fdb1
1 changed files with 0 additions and 4 deletions
|
@ -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}"
|
||||
|
|
Loading…
Reference in a new issue