soapysdr-with-plugins: split linux-only plugins
Allow clean-build of soapysdr-with-plugins on Darwin.
This commit is contained in:
@@ -8593,8 +8593,10 @@ with pkgs;
|
||||
soapyplutosdr
|
||||
soapyremote
|
||||
soapyrtlsdr
|
||||
]
|
||||
++ (lib.optionals stdenv.hostPlatform.isLinux [
|
||||
soapyuhd
|
||||
];
|
||||
]);
|
||||
};
|
||||
|
||||
spandsp = callPackage ../development/libraries/spandsp { };
|
||||
|
||||
Reference in New Issue
Block a user