3
0
Fork 0
forked from mirrors/nixpkgs

Merge pull request #214281 from wegank/cargo-watch-darwin

cargo-watch: fix build on x86_64-darwin
This commit is contained in:
Artturi 2023-02-03 02:02:24 +02:00 committed by GitHub
commit 4310cc1dfd
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -15830,8 +15830,8 @@ with pkgs;
cargo-wasi = callPackage ../development/tools/rust/cargo-wasi {
inherit (darwin.apple_sdk.frameworks) Security;
};
cargo-watch = callPackage ../development/tools/rust/cargo-watch {
inherit (darwin.apple_sdk.frameworks) Cocoa CoreServices Foundation;
cargo-watch = darwin.apple_sdk_11_0.callPackage ../development/tools/rust/cargo-watch {
inherit (darwin.apple_sdk_11_0.frameworks) Cocoa CoreServices Foundation;
};
cargo-wipe = callPackage ../development/tools/rust/cargo-wipe { };
cargo-workspaces = callPackage ../development/tools/rust/cargo-workspaces {