qbittorrent-nox: init at 4.1.9.1
This commit is contained in:
parent
77f26cc542
commit
9f2e88c363
|
@ -20744,6 +20744,9 @@ in
|
||||||
pythonmagick = callPackage ../applications/graphics/PythonMagick { };
|
pythonmagick = callPackage ../applications/graphics/PythonMagick { };
|
||||||
|
|
||||||
qbittorrent = libsForQt5.callPackage ../applications/networking/p2p/qbittorrent { };
|
qbittorrent = libsForQt5.callPackage ../applications/networking/p2p/qbittorrent { };
|
||||||
|
qbittorrent-nox = qbittorrent.override {
|
||||||
|
guiSupport = false;
|
||||||
|
};
|
||||||
|
|
||||||
qcomicbook = libsForQt5.callPackage ../applications/graphics/qcomicbook { };
|
qcomicbook = libsForQt5.callPackage ../applications/graphics/qcomicbook { };
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue