From e1cab4915c82fb1d54c32481ff51ad0c790f6fa2 Mon Sep 17 00:00:00 2001 From: Kirill Radzikhovskyy Date: Sat, 23 Sep 2023 20:56:23 +1000 Subject: transmission_4: restore nixosTests --- pkgs/applications/networking/p2p/transmission/4.nix | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'pkgs/applications/networking/p2p') diff --git a/pkgs/applications/networking/p2p/transmission/4.nix b/pkgs/applications/networking/p2p/transmission/4.nix index 9a185fa94da..c0c5e22ae77 100644 --- a/pkgs/applications/networking/p2p/transmission/4.nix +++ b/pkgs/applications/networking/p2p/transmission/4.nix @@ -141,6 +141,11 @@ stdenv.mkDerivation rec { EOF ''; + passthru.tests = { + apparmor = nixosTests.transmission; # starts the service with apparmor enabled + smoke-test = nixosTests.bittorrent; + }; + meta = { description = "A fast, easy and free BitTorrent client"; mainProgram = if enableQt then "transmission-qt" else if enableGTK3 then "transmission-gtk" else "transmission-cli"; -- cgit 1.4.1