summary refs log tree commit diff
path: root/pkgs/applications/radio/splat/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/applications/radio/splat/default.nix')
-rw-r--r--pkgs/applications/radio/splat/default.nix3
1 files changed, 2 insertions, 1 deletions
diff --git a/pkgs/applications/radio/splat/default.nix b/pkgs/applications/radio/splat/default.nix
index 2e929ff04ef..59d0fc1fdeb 100644
--- a/pkgs/applications/radio/splat/default.nix
+++ b/pkgs/applications/radio/splat/default.nix
@@ -44,12 +44,13 @@ stdenv.mkDerivation rec {
   '';
 
   meta = with lib; {
+    broken = stdenv.isDarwin;
     description =
       "SPLAT! is an RF Signal Propagation, Loss, And Terrain analysis tool for the electromagnetic spectrum between 20 MHz and 20 GHz";
     license = licenses.gpl2Only;
     homepage = "https://www.qsl.net/kd2bd/splat.html";
     maintainers = with maintainers; [ ehmry ];
-    platforms = platforms.linux;
+    platforms = platforms.x86_64;
   };
 
 }