diff --git a/Cargo.lock b/Cargo.lock index 2150c21..2e5f55e 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2916,9 +2916,9 @@ checksum = "c41e0c4fef86961ac6d6f8a82609f55f31b05e4fce149ac5710e439df7619ba4" [[package]] name = "mac-notification-sys" -version = "0.6.4" +version = "0.6.8" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "0b95dfb34071d1592b45622bf93e315e3a72d414b6782aca9a015c12bec367ef" +checksum = "4ee70bb2bba058d58e252d2944582d634fc884fc9c489a966d428dedcf653e97" dependencies = [ "cc", "objc2", diff --git a/flake.nix b/flake.nix index 1c206de..d64d7f6 100644 --- a/flake.nix +++ b/flake.nix @@ -34,16 +34,7 @@ lockFile = ./Cargo.lock; }; nativeBuildInputs = [ pkg-config ]; - buildInputs = - [ openssl ] - ++ lib.optionals stdenv.isDarwin ( - with darwin.apple_sdk.frameworks; - [ - AppKit - Security - Cocoa - ] - ); + buildInputs = [ openssl ]; }; devShell = mkShell {