about summary refs log tree commit diff
path: root/pkgs/applications/radio
diff options
context:
space:
mode:
authorNikolay Korotkiy <sikmir@disroot.org>2023-07-23 13:58:00 +0400
committerAnderson Torres <torres.anderson.85@protonmail.com>2023-07-25 17:17:31 -0300
commit4076c4f668ca521a09262693a4f9a231a9206a88 (patch)
treecbf74994ed0e678229d142b5f4badc9b37cb92e3 /pkgs/applications/radio
parent54b701f3f82b3a1ec42dfa9b9b9ba9994d3ca5b8 (diff)
urh: enable on unix
Diffstat (limited to 'pkgs/applications/radio')
-rw-r--r--pkgs/applications/radio/urh/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/applications/radio/urh/default.nix b/pkgs/applications/radio/urh/default.nix
index 3dd7a5422537e..9a5d3c3cbbb1c 100644
--- a/pkgs/applications/radio/urh/default.nix
+++ b/pkgs/applications/radio/urh/default.nix
@@ -33,7 +33,7 @@ python3Packages.buildPythonApplication rec {
     homepage = "https://github.com/jopohl/urh";
     description = "Universal Radio Hacker: investigate wireless protocols like a boss";
     license = licenses.gpl3;
-    platforms = platforms.linux;
+    platforms = platforms.unix;
     maintainers = with maintainers; [ fpletz ];
   };
 }