termusic: fix builds on Darwin

This commit is contained in:
Pol Dellaiera 2023-08-10 18:39:04 +02:00
parent f137ccf109
commit 90670409e9
No known key found for this signature in database
GPG Key ID: D476DFE9C67467CA

View File

@ -12,7 +12,6 @@
, rustPlatform
, sqlite
, stdenv
, SystemConfiguration
}:
rustPlatform.buildRustPackage rec {
@ -48,7 +47,7 @@ rustPlatform.buildRustPackage rec {
darwin.apple_sdk.frameworks.IOKit
darwin.apple_sdk.frameworks.MediaPlayer
darwin.apple_sdk.frameworks.Security
SystemConfiguration
darwin.apple_sdk.frameworks.SystemConfiguration
] ++ lib.optionals stdenv.isLinux [
alsa-lib
];