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:
parent
423af9cd95
commit
45d1222d47
@ -14,6 +14,7 @@
|
|||||||
, withpcre2 ? true
|
, withpcre2 ? true
|
||||||
, sendEmailSupport
|
, sendEmailSupport
|
||||||
, darwin
|
, darwin
|
||||||
|
, nixosTests
|
||||||
, withLibsecret ? false
|
, withLibsecret ? false
|
||||||
, pkg-config, glib, libsecret
|
, pkg-config, glib, libsecret
|
||||||
, gzip # needed at runtime by gitweb.cgi
|
, gzip # needed at runtime by gitweb.cgi
|
||||||
@ -334,6 +335,9 @@ stdenv.mkDerivation {
|
|||||||
|
|
||||||
stripDebugList = [ "lib" "libexec" "bin" "share/git/contrib/credential/libsecret" ];
|
stripDebugList = [ "lib" "libexec" "bin" "share/git/contrib/credential/libsecret" ];
|
||||||
|
|
||||||
|
passthru.tests = {
|
||||||
|
buildbot-integration = nixosTests.buildbot;
|
||||||
|
};
|
||||||
|
|
||||||
meta = {
|
meta = {
|
||||||
homepage = "https://git-scm.com/";
|
homepage = "https://git-scm.com/";
|
||||||
|
Loading…
x
Reference in New Issue
Block a user