qbittorrent: no longer need to set QT_QMAKE
This commit is contained in:
parent
d13bfc0c45
commit
0b4564fdb1
|
@ -22,10 +22,6 @@ stdenv.mkDerivation rec {
|
||||||
buildInputs = [ boost libtorrentRasterbar qtbase qttools ]
|
buildInputs = [ boost libtorrentRasterbar qtbase qttools ]
|
||||||
++ optional guiSupport dbus_libs;
|
++ optional guiSupport dbus_libs;
|
||||||
|
|
||||||
preConfigure = ''
|
|
||||||
export QT_QMAKE=$(dirname "$QMAKE")
|
|
||||||
'';
|
|
||||||
|
|
||||||
configureFlags = [
|
configureFlags = [
|
||||||
"--with-boost-libdir=${boost.out}/lib"
|
"--with-boost-libdir=${boost.out}/lib"
|
||||||
"--with-boost=${boost.dev}"
|
"--with-boost=${boost.dev}"
|
||||||
|
|
Loading…
Reference in New Issue