Open nikitavoloboev opened 6 years ago
The problem you're experiencing is that one of the many packages in the gitAndTools
attribute set doesn't build on darwin in current master. (git-dit
, git-annex
and git-codeowners
as from your logs). While this certainly needs fixing, you probably only want to install nixpkgs.gitAndTools.gitFull
or nixpkgs.gitAndTools.gitMinimal
, and not the entirety of all git-related tools.
The former includes GUI and SVN support: https://github.com/NixOS/nixpkgs/blob/7610c10143ad202a3024c0735fec145c48a7d108/pkgs/applications/version-management/git-and-tools/default.nix#L39-L43
To see what gitAndTools
includes, you can use the search subcommand: nix search gitAndTools
.
I personally think that the way the git-related tools are currently aggregated in gitAndTools
adds a confusing additional layer of complexity; we should probably get rid of this additional hierarchy.
Thank you for your contributions.
This has been automatically marked as stale because it has had no activity for 180 days.
If this is still important to you, we ask that you leave a comment below. Your comment can be as simple as "still important to me". This lets people see that at least one person still cares about this. Someone will have to do this at most twice a year if there is no other activity.
Here are suggestions that might help resolve this more quickly:
Issue description
Trying to install Git by running on macOS:
I get an error:
Steps to reproduce
Run the command above on macOS.
Technical details