ncspot: migrate to new darwin SDK pattern
Part of https://github.com/NixOS/nixpkgs/issues/354146
This commit is contained in:
@@ -3,7 +3,6 @@
|
|||||||
stdenv,
|
stdenv,
|
||||||
alsa-lib,
|
alsa-lib,
|
||||||
config,
|
config,
|
||||||
darwin,
|
|
||||||
dbus,
|
dbus,
|
||||||
fetchFromGitHub,
|
fetchFromGitHub,
|
||||||
libpulseaudio,
|
libpulseaudio,
|
||||||
@@ -51,7 +50,6 @@ rustPlatform.buildRustPackage rec {
|
|||||||
buildInputs =
|
buildInputs =
|
||||||
[ ncurses ]
|
[ ncurses ]
|
||||||
++ lib.optional stdenv.hostPlatform.isLinux openssl
|
++ lib.optional stdenv.hostPlatform.isLinux openssl
|
||||||
++ lib.optional stdenv.hostPlatform.isDarwin darwin.apple_sdk.frameworks.Cocoa
|
|
||||||
++ lib.optional (withALSA || withRodio) alsa-lib
|
++ lib.optional (withALSA || withRodio) alsa-lib
|
||||||
++ lib.optional withClipboard libxcb
|
++ lib.optional withClipboard libxcb
|
||||||
++ lib.optional withCover ueberzug
|
++ lib.optional withCover ueberzug
|
||||||
|
|||||||
Reference in New Issue
Block a user