about summary refs log tree commit diff
path: root/pkgs/applications/radio/kappanhang
diff options
context:
space:
mode:
authorRick van Schijndel <rol3517@gmail.com>2023-01-12 14:04:43 +0100
committerRick van Schijndel <Mindavi@users.noreply.github.com>2023-01-16 19:13:37 +0100
commitadd94b83b14a18f6178123d1ba8e6b6396fbea0a (patch)
tree59740e5f6bae84ba049a1af7a0fe76419af08ebb /pkgs/applications/radio/kappanhang
parent163dc3937965c9f771e4e4282ebd20a6dfe69195 (diff)
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).
Diffstat (limited to 'pkgs/applications/radio/kappanhang')
-rw-r--r--pkgs/applications/radio/kappanhang/default.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/pkgs/applications/radio/kappanhang/default.nix b/pkgs/applications/radio/kappanhang/default.nix
index a236de8d9468d..9146bfd781c9e 100644
--- a/pkgs/applications/radio/kappanhang/default.nix
+++ b/pkgs/applications/radio/kappanhang/default.nix
@@ -20,6 +20,7 @@ buildGoModule rec {
     homepage = "https://github.com/nonoo/kappanhang";
     description = "Remote control for Icom radio transceivers";
     license = licenses.mit;
+    platforms = platforms.linux;
     maintainers = with maintainers; [ mvs ];
   };
 }