From b3d14a4a527eec452f68c72622ec035b7f06ee04 Mon Sep 17 00:00:00 2001 From: Nikolay Korotkiy Date: Wed, 27 Oct 2021 15:02:01 +0300 Subject: [PATCH] soapyrtlsdr: enable on darwin --- pkgs/applications/radio/soapyrtlsdr/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkgs/applications/radio/soapyrtlsdr/default.nix b/pkgs/applications/radio/soapyrtlsdr/default.nix index 855213fc5140..5adf07053ab3 100644 --- a/pkgs/applications/radio/soapyrtlsdr/default.nix +++ b/pkgs/applications/radio/soapyrtlsdr/default.nix @@ -26,6 +26,6 @@ in stdenv.mkDerivation { description = "SoapySDR plugin for RTL-SDR devices"; license = licenses.mit; maintainers = with maintainers; [ ragge ]; - platforms = platforms.linux; + platforms = platforms.unix; }; }