git-plan installation succeeds on darwin
This commit is contained in:
parent
81aa34f9c9
commit
af086828eb
1 changed files with 2 additions and 1 deletions
|
|
@ -14,7 +14,7 @@ let
|
|||
};
|
||||
|
||||
cargoSha256 = "1aqjgfpqsasy9qvw08ill7ig6k9n9rdkwxlg1z5g61z7cmi1p3i4";
|
||||
buildInputs = [ pkgs.pkg-config pkgs.openssl ];
|
||||
buildInputs = [ pkgs.pkg-config pkgs.openssl ] ++ (if pkgs.stdenv.isDarwin then [ pkgs.libiconv pkgs.darwin.apple_sdk.frameworks.Security ] else []);
|
||||
};
|
||||
in {
|
||||
home.packages = with pkgs; [
|
||||
|
|
@ -67,6 +67,7 @@ in {
|
|||
ignores = [
|
||||
".idea/"
|
||||
".direnv/"
|
||||
".git-plans/"
|
||||
".envrc"
|
||||
".tools-info"
|
||||
"*~"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue