mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-23 14:11:36 +00:00
Merge pull request #140093 from sikmir/soapysdr
soapysdr: enable on darwin
This commit is contained in:
commit
0a3c4ed9dd
|
@ -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