Merge pull request #31438 from orivej/qbittorrent
qbittorrent: fix build
This commit is contained in:
commit
ce3340730c
@ -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}"
|
||||
|
Loading…
Reference in New Issue
Block a user