mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-01-18 19:03:28 +00:00
spotify-player: clean up old darwin SDK pattern
This commit is contained in:
parent
4de26d0760
commit
c5472cf2b6
@ -27,7 +27,6 @@
|
||||
withSixel ? true,
|
||||
withFuzzy ? true,
|
||||
stdenv,
|
||||
darwin,
|
||||
makeBinaryWrapper,
|
||||
|
||||
# passthru
|
||||
@ -91,18 +90,7 @@ rustPlatform.buildRustPackage rec {
|
||||
gst_all_1.gst-devtools
|
||||
gst_all_1.gst-plugins-base
|
||||
gst_all_1.gst-plugins-good
|
||||
]
|
||||
++ lib.optionals (stdenv.hostPlatform.isDarwin && withMediaControl) [
|
||||
darwin.apple_sdk.frameworks.MediaPlayer
|
||||
]
|
||||
++ lib.optionals stdenv.hostPlatform.isDarwin (
|
||||
with darwin.apple_sdk.frameworks;
|
||||
[
|
||||
AppKit
|
||||
AudioUnit
|
||||
Cocoa
|
||||
]
|
||||
);
|
||||
];
|
||||
|
||||
buildNoDefaultFeatures = true;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user