parent
1209773c0f
commit
ad8483252d
1 changed files with 3 additions and 0 deletions
|
@ -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 a new issue