From ad8483252dcd5f9ca4e4b58a1718e8a309eb1fa0 Mon Sep 17 00:00:00 2001 From: Orivej Desh Date: Thu, 9 Nov 2017 12:20:28 +0000 Subject: qbittorrent: fix build Probably failing since #31357 --- pkgs/applications/networking/p2p/qbittorrent/default.nix | 3 +++ 1 file changed, 3 insertions(+) (limited to 'pkgs/applications') diff --git a/pkgs/applications/networking/p2p/qbittorrent/default.nix b/pkgs/applications/networking/p2p/qbittorrent/default.nix index 3bb65123c81e..03178b5cb75d 100644 --- a/pkgs/applications/networking/p2p/qbittorrent/default.nix +++ b/pkgs/applications/networking/p2p/qbittorrent/default.nix @@ -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}" -- cgit 1.4.1