Merge pull request #140093 from sikmir/soapysdr

soapysdr: enable on darwin

authored by

Mario Rodas and committed by
GitHub
0a3c4ed9 390cb895

+1 -1
+1 -1
pkgs/applications/radio/soapysdr/default.nix
··· 50 description = "Vendor and platform neutral SDR support library"; 51 license = licenses.boost; 52 maintainers = with maintainers; [ markuskowa ]; 53 - platforms = platforms.linux; 54 }; 55 }
··· 50 description = "Vendor and platform neutral SDR support library"; 51 license = licenses.boost; 52 maintainers = with maintainers; [ markuskowa ]; 53 + platforms = platforms.unix; 54 }; 55 }