git-igitt: fix on Mac
This commit is contained in:
parent
65d707b79f
commit
1e768b6903
@ -6,6 +6,8 @@
|
||||
libgit2,
|
||||
oniguruma,
|
||||
zlib,
|
||||
stdenv,
|
||||
darwin,
|
||||
nix-update-script,
|
||||
}:
|
||||
|
||||
@ -31,7 +33,7 @@ rustPlatform.buildRustPackage {
|
||||
libgit2
|
||||
oniguruma
|
||||
zlib
|
||||
];
|
||||
] ++ lib.optionals stdenv.isDarwin [ darwin.apple_sdk.frameworks.Security ];
|
||||
|
||||
env = {
|
||||
RUSTONIG_SYSTEM_LIBONIG = true;
|
||||
|
Loading…
Reference in New Issue
Block a user