Merge pull request #140093 from sikmir/soapysdr

soapysdr: enable on darwin
This commit is contained in:
Mario Rodas
2021-09-30 21:57:04 -05:00
committed by GitHub
+1 -1
View File
@@ -50,6 +50,6 @@ in stdenv.mkDerivation {
description = "Vendor and platform neutral SDR support library";
license = licenses.boost;
maintainers = with maintainers; [ markuskowa ];
platforms = platforms.linux;
platforms = platforms.unix;
};
}