soapysdr: enable on darwin

This commit is contained in:
Nikolay Korotkiy 2021-10-01 01:29:01 +03:00
parent 136ceeef23
commit 651f00467f
No known key found for this signature in database
GPG key ID: D1DE6D7F693663A5

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