Merge pull request #143141 from sikmir/soapyrtlsdr

authored by

Sandro and committed by
GitHub
50f7368e a3cf666f

+1 -1
+1 -1
pkgs/applications/radio/soapyrtlsdr/default.nix
··· 26 26 description = "SoapySDR plugin for RTL-SDR devices"; 27 27 license = licenses.mit; 28 28 maintainers = with maintainers; [ ragge ]; 29 - platforms = platforms.linux; 29 + platforms = platforms.unix; 30 30 }; 31 31 }