From 0b4564fdb1eef306e36af7bb1db10f761d6fdb50 Mon Sep 17 00:00:00 2001 From: Thomas Tuegel Date: Tue, 24 Oct 2017 06:41:33 -0500 Subject: [PATCH] qbittorrent: no longer need to set QT_QMAKE --- pkgs/applications/networking/p2p/qbittorrent/default.nix | 4 ---- 1 file changed, 4 deletions(-) diff --git a/pkgs/applications/networking/p2p/qbittorrent/default.nix b/pkgs/applications/networking/p2p/qbittorrent/default.nix index 9b6f2f1f1bb..3bb65123c81 100644 --- a/pkgs/applications/networking/p2p/qbittorrent/default.nix +++ b/pkgs/applications/networking/p2p/qbittorrent/default.nix @@ -22,10 +22,6 @@ stdenv.mkDerivation rec { buildInputs = [ boost libtorrentRasterbar qtbase qttools ] ++ optional guiSupport dbus_libs; - preConfigure = '' - export QT_QMAKE=$(dirname "$QMAKE") - ''; - configureFlags = [ "--with-boost-libdir=${boost.out}/lib" "--with-boost=${boost.dev}"