kappanhang: restrict platforms to linux-only

According to the README:

kappanhang currently only supports Linux, but support for other platforms
can be easily added if anyone is interested and has the skills
(volunteers needed, as I'm only developing the Linux version).

authored by

Rick van Schijndel and committed by
Rick van Schijndel
add94b83 163dc393

+1
+1
pkgs/applications/radio/kappanhang/default.nix
··· 20 homepage = "https://github.com/nonoo/kappanhang"; 21 description = "Remote control for Icom radio transceivers"; 22 license = licenses.mit; 23 maintainers = with maintainers; [ mvs ]; 24 }; 25 }
··· 20 homepage = "https://github.com/nonoo/kappanhang"; 21 description = "Remote control for Icom radio transceivers"; 22 license = licenses.mit; 23 + platforms = platforms.linux; 24 maintainers = with maintainers; [ mvs ]; 25 }; 26 }