mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-11-14 15:36:47 +03:00
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
|
||||
, 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/";
|
||||
|
Loading…
Reference in New Issue
Block a user