We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b687f24 commit f069266Copy full SHA for f069266
1 file changed
Formula/n/ncspot.rb
@@ -20,10 +20,6 @@ class Ncspot < Formula
20
21
uses_from_macos "python" => :build
22
23
- on_macos do
24
- depends_on "portaudio"
25
- end
26
-
27
on_linux do
28
depends_on "openssl@3" # Uses Secure Transport on macOS
29
depends_on "pulseaudio"
@@ -33,7 +29,7 @@ def install
33
if OS.mac?
34
30
ENV["COREAUDIO_SDK_PATH"] = MacOS.sdk_path
35
31
args = %w[--no-default-features]
36
- features = %w[portaudio_backend cursive/pancurses-backend share_clipboard]
32
+ features = %w[rodio_backend cursive/pancurses-backend share_clipboard]
37
end
38
system "cargo", "install", *args, *std_cargo_args(features:)
39
0 commit comments