qbittorrent-nox: init at 4.1.9.1

This commit is contained in:
Ivan Kozik 2019-01-21 23:15:16 +00:00
parent 77f26cc542
commit 9f2e88c363
1 changed files with 3 additions and 0 deletions

View File

@ -20744,6 +20744,9 @@ in
pythonmagick = callPackage ../applications/graphics/PythonMagick { };
qbittorrent = libsForQt5.callPackage ../applications/networking/p2p/qbittorrent { };
qbittorrent-nox = qbittorrent.override {
guiSupport = false;
};
qcomicbook = libsForQt5.callPackage ../applications/graphics/qcomicbook { };