Commit Graph

6 Commits

Author SHA1 Message Date
R. Ryantm
fa7e935d28 gitstatus: 1.5.4 -> 1.5.5 2024-03-30 12:31:05 +00:00
Bryan Lai
665b4e7b14 gitstatus: disable checks for forked libgit2 dep
The libgit2 dep for gitstatus is a heavy fork, for which the original
checkPhase does not work. This commit ensures that it is disabled as
before.
2024-02-07 20:09:21 +08:00
Martin Weinelt
76611b6126
gitstatus: update libgit2 version 2024-01-26 13:39:27 +01:00
h7x4
41974d5ed9
treewide: add mainProgram 2023-11-27 02:17:53 +01:00
Guillaume Girol
33afbf39f6 treewide: switch to nativeCheckInputs
checkInputs used to be added to nativeBuildInputs. Now we have
nativeCheckInputs to do that instead. Doing this treewide change allows
to keep hashes identical to before the introduction of
nativeCheckInputs.
2023-01-21 12:00:00 +00:00
AndersonTorres
d994dabace treewide: remove git-and-tools directory
We do not use a "plugin system" for Git addons anymore, and therefore this
directory is no longer useful. Indeed that directory is way more confusing,
given that it includes more than mere Git addons, going from Bitbucket server
command-line tools to complete rewrites of Git in exotic programming languages.

Also, without this directory, the mental load of decision-making reduces a lot.
When anyone is interested in including a new git-related tool, just put it into
pkgs/applications/version-management, without apologies.
2022-12-19 15:05:22 -03:00