about summary refs log tree commit diff
path: root/pkgs/applications/radio/freedv
diff options
context:
space:
mode:
authorMikael Voss <mvs@nyantec.com>2022-02-15 13:09:48 +0100
committerMikael Voss <mvs@nyantec.com>2022-03-08 17:19:04 +0100
commite7e86ceb19c8eae6c065122052d6ab79f8aafd57 (patch)
treee982f4648ace876a2e3ff1b8d943ef5f8dee2fdf /pkgs/applications/radio/freedv
parent07d35fb44472ebb7afa36731a94dffcb741c3a53 (diff)
freedv: specify platforms
Diffstat (limited to 'pkgs/applications/radio/freedv')
-rw-r--r--pkgs/applications/radio/freedv/default.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/pkgs/applications/radio/freedv/default.nix b/pkgs/applications/radio/freedv/default.nix
index 43cf58db2581c..33bb9236bd939 100644
--- a/pkgs/applications/radio/freedv/default.nix
+++ b/pkgs/applications/radio/freedv/default.nix
@@ -45,5 +45,6 @@ stdenv.mkDerivation rec {
     description = "Digital voice for HF radio";
     license = licenses.lgpl21;
     maintainers = with maintainers; [ mvs ];
+    platforms = platforms.unix;
   };
 }