Commit 6c6fc51a authored by Francesco Zanini's avatar Francesco Zanini
Browse files

soapysdr-with-plugins: split linux-only plugins

Allow clean-build of soapysdr-with-plugins on Darwin.
parent fc3497c7
Loading
Loading
Loading
Loading
+3 −1
Original line number Diff line number Diff line
@@ -8593,8 +8593,10 @@ with pkgs;
      soapyplutosdr
      soapyremote
      soapyrtlsdr
    ]
    ++ (lib.optionals stdenv.hostPlatform.isLinux [
      soapyuhd
    ];
    ]);
  };

  spandsp = callPackage ../development/libraries/spandsp { };