From baa11a519eb9a49d583a83180c0e639e3f66974f Mon Sep 17 00:00:00 2001 From: Orivej Desh Date: Sat, 19 Dec 2020 19:14:40 +0000 Subject: [PATCH] qbittorrent: restore comments from before e569d6b9 --- pkgs/applications/networking/p2p/qbittorrent/default.nix | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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 ]