···141 EOF
142 '';
14300000144 meta = {
145 description = "A fast, easy and free BitTorrent client";
0146 longDescription = ''
147 Transmission is a BitTorrent client which features a simple interface
148 on top of a cross-platform back-end.
···141 EOF
142 '';
143144+ passthru.tests = {
145+ apparmor = nixosTests.transmission_4; # starts the service with apparmor enabled
146+ smoke-test = nixosTests.bittorrent;
147+ };
148+149 meta = {
150 description = "A fast, easy and free BitTorrent client";
151+ mainProgram = if enableQt then "transmission-qt" else if enableGTK3 then "transmission-gtk" else "transmission-cli";
152 longDescription = ''
153 Transmission is a BitTorrent client which features a simple interface
154 on top of a cross-platform back-end.
···129130 meta = {
131 description = "A fast, easy and free BitTorrent client";
0132 longDescription = ''
133 Transmission is a BitTorrent client which features a simple interface
134 on top of a cross-platform back-end.
···129130 meta = {
131 description = "A fast, easy and free BitTorrent client";
132+ mainProgram = if enableQt then "transmission-qt" else if enableGTK3 then "transmission-gtk" else "transmission-cli";
133 longDescription = ''
134 Transmission is a BitTorrent client which features a simple interface
135 on top of a cross-platform back-end.