soapysdr: enable on darwin
This commit is contained in:
parent
136ceeef23
commit
651f00467f
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue