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.
2 parents e02fa55 + 06e8851 commit 2bf0209Copy full SHA for 2bf0209
pkgs/by-name/sc/screen-pipe/package.nix
@@ -9,9 +9,9 @@
9
openssl,
10
sqlite,
11
stdenv,
12
- darwin,
13
alsa-lib,
14
xorg,
+ apple-sdk_12,
15
}:
16
rustPlatform.buildRustPackage rec {
17
pname = "screen-pipe";
@@ -49,22 +49,9 @@ rustPlatform.buildRustPackage rec {
49
openssl
50
sqlite
51
]
52
- ++ lib.optionals stdenv.hostPlatform.isDarwin (
53
- with darwin.apple_sdk_12_3.frameworks;
54
- [
55
- CoreAudio
56
- AudioUnit
57
- CoreFoundation
58
- CoreGraphics
59
- CoreMedia
60
- IOKit
61
- Metal
62
- MetalPerformanceShaders
63
- Security
64
- ScreenCaptureKit
65
- SystemConfiguration
66
- ]
67
- )
+ ++ lib.optionals stdenv.hostPlatform.isDarwin [
+ apple-sdk_12
+ ]
68
++ lib.optionals stdenv.hostPlatform.isLinux [
69
alsa-lib
70
xorg.libxcb
0 commit comments