summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorOrivej Desh <orivej@gmx.fr>2020-12-19 19:14:40 +0000
committerOrivej Desh <orivej@gmx.fr>2020-12-19 19:14:40 +0000
commitbaa11a519eb9a49d583a83180c0e639e3f66974f (patch)
tree544a6a6bc7b31bfd4f4d4153cc08cc1630de94d8
parentcb312f3d03dbaf2d60e2fd3917ba2e5d41ffe631 (diff)
qbittorrent: restore comments from before e569d6b9
-rw-r--r--pkgs/applications/networking/p2p/qbittorrent/default.nix3
1 files changed, 2 insertions, 1 deletions
diff --git a/pkgs/applications/networking/p2p/qbittorrent/default.nix b/pkgs/applications/networking/p2p/qbittorrent/default.nix
index cdd96d04affb..ac6717293928 100644
--- a/pkgs/applications/networking/p2p/qbittorrent/default.nix
+++ b/pkgs/applications/networking/p2p/qbittorrent/default.nix
@@ -1,7 +1,7 @@
{ mkDerivation, lib, fetchFromGitHub, makeWrapper, pkgconfig
, boost, libtorrentRasterbar, qtbase, qttools, qtsvg
, debugSupport ? false
-, guiSupport ? true, dbus ? null # GUI OR headless
+, guiSupport ? true, dbus ? null # GUI (disable to run headless)
, webuiSupport ? true # WebUI
, trackerSearch ? true, python3 ? null
}:
@@ -21,6 +21,7 @@ mkDerivation rec {
sha256 = "17ih00q7idrpl3b2vgh4smva6lazs5jw06pblriscn1lrwdvrc38";
};
+ # NOTE: 2018-05-31: CMake is working but it is not officially supported
nativeBuildInputs = [ makeWrapper pkgconfig ];
buildInputs = [ boost libtorrentRasterbar qtbase qttools qtsvg ]