mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-01-20 11:53:51 +00:00
termusic: fix builds on Darwin
This commit is contained in:
parent
f137ccf109
commit
90670409e9
@ -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
|
||||
];
|
||||
|
Loading…
Reference in New Issue
Block a user