Loading pkgs/by-name/sc/screen-pipe/package.nix +4 −17 Original line number Diff line number Diff line Loading @@ -9,9 +9,9 @@ openssl, sqlite, stdenv, darwin, alsa-lib, xorg, apple-sdk_12, }: rustPlatform.buildRustPackage rec { pname = "screen-pipe"; Loading Loading @@ -49,22 +49,9 @@ rustPlatform.buildRustPackage rec { openssl sqlite ] ++ lib.optionals stdenv.hostPlatform.isDarwin ( with darwin.apple_sdk_12_3.frameworks; [ CoreAudio AudioUnit CoreFoundation CoreGraphics CoreMedia IOKit Metal MetalPerformanceShaders Security ScreenCaptureKit SystemConfiguration ++ lib.optionals stdenv.hostPlatform.isDarwin [ apple-sdk_12 ] ) ++ lib.optionals stdenv.hostPlatform.isLinux [ alsa-lib xorg.libxcb Loading Loading
pkgs/by-name/sc/screen-pipe/package.nix +4 −17 Original line number Diff line number Diff line Loading @@ -9,9 +9,9 @@ openssl, sqlite, stdenv, darwin, alsa-lib, xorg, apple-sdk_12, }: rustPlatform.buildRustPackage rec { pname = "screen-pipe"; Loading Loading @@ -49,22 +49,9 @@ rustPlatform.buildRustPackage rec { openssl sqlite ] ++ lib.optionals stdenv.hostPlatform.isDarwin ( with darwin.apple_sdk_12_3.frameworks; [ CoreAudio AudioUnit CoreFoundation CoreGraphics CoreMedia IOKit Metal MetalPerformanceShaders Security ScreenCaptureKit SystemConfiguration ++ lib.optionals stdenv.hostPlatform.isDarwin [ apple-sdk_12 ] ) ++ lib.optionals stdenv.hostPlatform.isLinux [ alsa-lib xorg.libxcb Loading