about summary refs log tree commit diff
diff options
context:
space:
mode:
authorStanisław Pitucha <git@viraptor.info>2023-03-29 22:22:04 +1100
committerGitHub <noreply@github.com>2023-03-29 22:22:04 +1100
commit02c95a1f4261fc7bda2703cac14f9ead7f77d933 (patch)
treedfdf0167c62d3352edf0d62b810e9b19205b3e7b
parent820ad5f296d4ada512ff54d53ac786c577a4e5e3 (diff)
parent7ca5b50432a833fc66cfa6f2594671bfab9701d7 (diff)
Merge pull request #223006 from viraptor/dump1090-darwin
dump1090: mark working on darwin
-rw-r--r--pkgs/applications/radio/dump1090/default.nix1
1 files changed, 0 insertions, 1 deletions
diff --git a/pkgs/applications/radio/dump1090/default.nix b/pkgs/applications/radio/dump1090/default.nix
index defed4dc431ac..f4f049818e3d2 100644
--- a/pkgs/applications/radio/dump1090/default.nix
+++ b/pkgs/applications/radio/dump1090/default.nix
@@ -48,7 +48,6 @@ stdenv.mkDerivation rec {
   '';
 
   meta = with lib; {
-    broken = stdenv.isDarwin;
     description = "A simple Mode S decoder for RTLSDR devices";
     homepage = "https://github.com/flightaware/dump1090";
     license = licenses.gpl2Plus;