soapyrtlsdr: enable on darwin

This commit is contained in:
Nikolay Korotkiy
2021-10-27 15:02:01 +03:00
parent a37334b1dd
commit b3d14a4a52

View File

@@ -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;
};
}