soapysdr-with-plugins: split linux-only plugins

Allow clean-build of soapysdr-with-plugins on Darwin.
This commit is contained in:
Francesco Zanini
2025-11-11 22:14:13 +01:00
parent fc3497c71f
commit 6c6fc51ae9
+3 -1
View File
@@ -8593,8 +8593,10 @@ with pkgs;
soapyplutosdr
soapyremote
soapyrtlsdr
]
++ (lib.optionals stdenv.hostPlatform.isLinux [
soapyuhd
];
]);
};
spandsp = callPackage ../development/libraries/spandsp { };