transmission: add link to nixos test

This commit is contained in:
Léo Gaspard 2021-04-04 00:29:44 +02:00
parent dc6d61dd3e
commit 423af9cd95
1 changed files with 5 additions and 0 deletions

View File

@ -17,6 +17,7 @@
, wrapGAppsHook , wrapGAppsHook
, enableQt ? false , enableQt ? false
, qt5 , qt5
, nixosTests
, enableSystemd ? stdenv.isLinux , enableSystemd ? stdenv.isLinux
, enableDaemon ? true , enableDaemon ? true
, enableCli ? true , enableCli ? true
@ -74,6 +75,10 @@ in stdenv.mkDerivation {
NIX_LDFLAGS = lib.optionalString stdenv.isDarwin "-framework CoreFoundation"; NIX_LDFLAGS = lib.optionalString stdenv.isDarwin "-framework CoreFoundation";
passthru.tests = {
smoke-test = nixosTests.bittorrent;
};
meta = { meta = {
description = "A fast, easy and free BitTorrent client"; description = "A fast, easy and free BitTorrent client";
longDescription = '' longDescription = ''