Merge branch 'master' into staging-next
(a trivial conflict in transmission)
This commit is contained in:
@@ -17,6 +17,7 @@
|
||||
, wrapGAppsHook
|
||||
, enableQt ? false
|
||||
, qt5
|
||||
, nixosTests
|
||||
, enableSystemd ? stdenv.isLinux
|
||||
, enableDaemon ? true
|
||||
, enableCli ? true
|
||||
@@ -101,6 +102,10 @@ in stdenv.mkDerivation {
|
||||
EOF
|
||||
'';
|
||||
|
||||
passthru.tests = {
|
||||
smoke-test = nixosTests.bittorrent;
|
||||
};
|
||||
|
||||
meta = {
|
||||
description = "A fast, easy and free BitTorrent client";
|
||||
longDescription = ''
|
||||
|
||||
Reference in New Issue
Block a user