Merge pull request #89934 from zowoq/gogetdoc
gogetdoc: remove unnecessary goDeps/goPackagePath
This commit is contained in:
commit
580a0e52b1
@ -10,7 +10,6 @@ buildGoModule rec {
|
|||||||
|
|
||||||
vendorSha256 = null;
|
vendorSha256 = null;
|
||||||
|
|
||||||
goPackagePath = "github.com/zmb3/gogetdoc";
|
|
||||||
excludedPackages = "\\(testdata\\)";
|
excludedPackages = "\\(testdata\\)";
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
@ -21,8 +20,6 @@ buildGoModule rec {
|
|||||||
sha256 = "1v74zd0x2xh10603p8raazssacv3y0x0lr9apkpsdk0bfp5jj0lr";
|
sha256 = "1v74zd0x2xh10603p8raazssacv3y0x0lr9apkpsdk0bfp5jj0lr";
|
||||||
};
|
};
|
||||||
|
|
||||||
goDeps = ./deps.nix;
|
|
||||||
|
|
||||||
meta = with lib; {
|
meta = with lib; {
|
||||||
description = "Gets documentation for items in Go source code";
|
description = "Gets documentation for items in Go source code";
|
||||||
homepage = "https://github.com/zmb3/gogetdoc";
|
homepage = "https://github.com/zmb3/gogetdoc";
|
||||||
@ -30,4 +27,4 @@ buildGoModule rec {
|
|||||||
maintainers = with maintainers; [ kalbasit ];
|
maintainers = with maintainers; [ kalbasit ];
|
||||||
platforms = platforms.linux ++ platforms.darwin;
|
platforms = platforms.linux ++ platforms.darwin;
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
13
pkgs/development/tools/gogetdoc/deps.nix
generated
13
pkgs/development/tools/gogetdoc/deps.nix
generated
@ -1,13 +0,0 @@
|
|||||||
# file generated from go.mod using vgo2nix (https://github.com/adisbladis/vgo2nix)
|
|
||||||
[
|
|
||||||
|
|
||||||
{
|
|
||||||
goPackagePath = "golang.org/x/tools";
|
|
||||||
fetch = {
|
|
||||||
type = "git";
|
|
||||||
url = "https://go.googlesource.com/tools";
|
|
||||||
rev = "6adeb8aab2de";
|
|
||||||
sha256 = "0kylkki0ksdm12ppl37fghzbma9hmgqwph0nwngv08v4blk6li6k";
|
|
||||||
};
|
|
||||||
}
|
|
||||||
]
|
|
Loading…
Reference in New Issue
Block a user