screen-pipe: use default SDK on Darwin (14.4)
This commit is contained in:
@@ -11,7 +11,6 @@
|
||||
stdenv,
|
||||
alsa-lib,
|
||||
xorg,
|
||||
apple-sdk_12,
|
||||
}:
|
||||
rustPlatform.buildRustPackage rec {
|
||||
pname = "screen-pipe";
|
||||
@@ -48,9 +47,6 @@ rustPlatform.buildRustPackage rec {
|
||||
openssl
|
||||
sqlite
|
||||
]
|
||||
++ lib.optionals stdenv.hostPlatform.isDarwin [
|
||||
apple-sdk_12
|
||||
]
|
||||
++ lib.optionals stdenv.hostPlatform.isLinux [
|
||||
alsa-lib
|
||||
xorg.libxcb
|
||||
|
||||
Reference in New Issue
Block a user