transmission: add link to nixos test
This commit is contained in:
parent
dc6d61dd3e
commit
423af9cd95
|
@ -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 = ''
|
||||||
|
|
Loading…
Reference in New Issue