cargo-outdated: add missing `CoreServices` buildinput

authored by David Knaack and committed by GitHub 147bb4c2 0020a3f6

+3 -1
+2
pkgs/development/tools/rust/cargo-outdated/default.nix
··· 6 6 , stdenv 7 7 , curl 8 8 , CoreFoundation 9 + , CoreServices 9 10 , Security 10 11 , SystemConfiguration 11 12 }: ··· 26 27 buildInputs = [ openssl ] ++ lib.optionals stdenv.isDarwin [ 27 28 curl 28 29 CoreFoundation 30 + CoreServices 29 31 Security 30 32 SystemConfiguration 31 33 ];
+1 -1
pkgs/top-level/all-packages.nix
··· 17073 17073 cargo-lock = callPackage ../development/tools/rust/cargo-lock { }; 17074 17074 cargo-machete = callPackage ../development/tools/rust/cargo-machete { }; 17075 17075 cargo-outdated = callPackage ../development/tools/rust/cargo-outdated { 17076 - inherit (darwin.apple_sdk.frameworks) CoreFoundation Security SystemConfiguration; 17076 + inherit (darwin.apple_sdk.frameworks) CoreFoundation CoreServices Security SystemConfiguration; 17077 17077 }; 17078 17078 cargo-pgx_0_6_1 = callPackage ../development/tools/rust/cargo-pgx/0_6_1.nix { 17079 17079 inherit (darwin.apple_sdk.frameworks) Security;