gitAndTools.git-dit: Fix darwin build
This commit is contained in:
@@ -8,6 +8,10 @@
|
||||
, perl
|
||||
, pkgconfig
|
||||
, rustPlatform
|
||||
, curl
|
||||
, libiconv
|
||||
, CoreFoundation
|
||||
, Security
|
||||
}:
|
||||
|
||||
with rustPlatform;
|
||||
@@ -35,6 +39,11 @@ buildRustPackage rec {
|
||||
openssl
|
||||
libssh
|
||||
zlib
|
||||
] ++ stdenv.lib.optionals (stdenv.isDarwin) [
|
||||
curl
|
||||
libiconv
|
||||
CoreFoundation
|
||||
Security
|
||||
];
|
||||
|
||||
meta = with stdenv.lib; {
|
||||
|
||||
Reference in New Issue
Block a user