soapysdr: enable on darwin

This commit is contained in:
Nikolay Korotkiy
2021-10-01 01:29:01 +03:00
parent 136ceeef23
commit 651f00467f
+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;
};
}