git: add link to related nixos test

It'd be better to have a git-only test, but in the meantime this is the
first available test I could find, and it's still better than nothing.
This commit is contained in:
Léo Gaspard 2021-04-04 00:29:55 +02:00
parent 423af9cd95
commit 45d1222d47

View file

@ -14,6 +14,7 @@
, withpcre2 ? true
, sendEmailSupport
, darwin
, nixosTests
, withLibsecret ? false
, pkg-config, glib, libsecret
, gzip # needed at runtime by gitweb.cgi
@ -334,6 +335,9 @@ stdenv.mkDerivation {
stripDebugList = [ "lib" "libexec" "bin" "share/git/contrib/credential/libsecret" ];
passthru.tests = {
buildbot-integration = nixosTests.buildbot;
};
meta = {
homepage = "https://git-scm.com/";