git-quickfix: fix darwin build
This commit is contained in:
@@ -6,8 +6,7 @@
|
||||
pkg-config,
|
||||
rustPlatform,
|
||||
stdenv,
|
||||
Security,
|
||||
SystemConfiguration,
|
||||
zlib,
|
||||
}:
|
||||
|
||||
rustPlatform.buildRustPackage rec {
|
||||
@@ -27,9 +26,8 @@ rustPlatform.buildRustPackage rec {
|
||||
buildInputs =
|
||||
[ openssl ]
|
||||
++ lib.optionals stdenv.hostPlatform.isDarwin [
|
||||
Security
|
||||
SystemConfiguration
|
||||
libiconv
|
||||
zlib
|
||||
];
|
||||
|
||||
useFetchCargoVendor = true;
|
||||
|
||||
@@ -1191,9 +1191,7 @@ with pkgs;
|
||||
|
||||
git-publish = python3Packages.callPackage ../applications/version-management/git-publish { };
|
||||
|
||||
git-quickfix = callPackage ../applications/version-management/git-quickfix {
|
||||
inherit (darwin.apple_sdk.frameworks) Security SystemConfiguration;
|
||||
};
|
||||
git-quickfix = callPackage ../applications/version-management/git-quickfix { };
|
||||
|
||||
git-recent = callPackage ../applications/version-management/git-recent {
|
||||
util-linux = if stdenv.hostPlatform.isLinux then util-linuxMinimal else util-linux;
|
||||
|
||||
Reference in New Issue
Block a user