mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-17 23:36:17 +01:00
qbittorrent: restore comments from before e569d6b9
This commit is contained in:
parent
cb312f3d03
commit
baa11a519e
1 changed files with 2 additions and 1 deletions
|
@ -1,7 +1,7 @@
|
||||||
{ mkDerivation, lib, fetchFromGitHub, makeWrapper, pkgconfig
|
{ mkDerivation, lib, fetchFromGitHub, makeWrapper, pkgconfig
|
||||||
, boost, libtorrentRasterbar, qtbase, qttools, qtsvg
|
, boost, libtorrentRasterbar, qtbase, qttools, qtsvg
|
||||||
, debugSupport ? false
|
, debugSupport ? false
|
||||||
, guiSupport ? true, dbus ? null # GUI OR headless
|
, guiSupport ? true, dbus ? null # GUI (disable to run headless)
|
||||||
, webuiSupport ? true # WebUI
|
, webuiSupport ? true # WebUI
|
||||||
, trackerSearch ? true, python3 ? null
|
, trackerSearch ? true, python3 ? null
|
||||||
}:
|
}:
|
||||||
|
@ -21,6 +21,7 @@ mkDerivation rec {
|
||||||
sha256 = "17ih00q7idrpl3b2vgh4smva6lazs5jw06pblriscn1lrwdvrc38";
|
sha256 = "17ih00q7idrpl3b2vgh4smva6lazs5jw06pblriscn1lrwdvrc38";
|
||||||
};
|
};
|
||||||
|
|
||||||
|
# NOTE: 2018-05-31: CMake is working but it is not officially supported
|
||||||
nativeBuildInputs = [ makeWrapper pkgconfig ];
|
nativeBuildInputs = [ makeWrapper pkgconfig ];
|
||||||
|
|
||||||
buildInputs = [ boost libtorrentRasterbar qtbase qttools qtsvg ]
|
buildInputs = [ boost libtorrentRasterbar qtbase qttools qtsvg ]
|
||||||
|
|
Loading…
Reference in a new issue