transmission: add link to nixos test

wip/little-gl
Léo Gaspard 3 years ago
parent dc6d61dd3e
commit 423af9cd95
  1. 5
      pkgs/applications/networking/p2p/transmission/default.nix

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

Loading…
Cancel
Save