Merge pull request #31438 from orivej/qbittorrent

qbittorrent: fix build
This commit is contained in:
Orivej Desh
2017-11-09 13:44:26 +00:00
committed by GitHub

View File

@@ -22,6 +22,9 @@ stdenv.mkDerivation rec {
buildInputs = [ boost libtorrentRasterbar qtbase qttools ]
++ optional guiSupport dbus_libs;
# Otherwise qm_gen.pri assumes lrelease-qt5, which does not exist.
QMAKE_LRELEASE = "lrelease";
configureFlags = [
"--with-boost-libdir=${boost.out}/lib"
"--with-boost=${boost.dev}"