about summary refs log tree commit diff
path: root/pkgs/development/tools/gotags
AgeCommit message (Collapse)AuthorFilesLines
2023-01-24gotags: use buildGoModuleAaron Jheng1-4/+14
2022-08-17gotags: reinit at 1.4.1Colin Arnott1-0/+22
This change reverts #176044 and #178000, as well as updating the version to the latest stable release. Unfortunately, despite the lack of updates to gotags, it is still depended upon by vim-go, thus we must keep it around until they (and other consumers) have removed it from the dependency trees. This change also adds myself as a maintainer, since I would not wish the burden of this package's maintanence on anybody else.
2022-06-05gotags: removeAaron Jheng1-15/+0
gotags is lack of maintenance from upstream since 2018.
2022-03-14gotags: switch to fetchFromGitHubFelix Buehler1-7/+7
2021-01-25treewide: remove stdenv where not neededPavol Rusnak1-1/+1
2021-01-23pkgs/development/tools: stdenv.lib -> libBen Siraphob1-2/+2
2020-07-31buildGoPackage packages: editorconfig fixeszowoq1-1/+1
2019-08-15treewide: name -> pname (easy cases) (#66585)volth1-1/+1
treewide replacement of stdenv.mkDerivation rec { name = "*-${version}"; version = "*"; to pname
2018-07-21pkgs/*: remove unreferenced function argumentsvolth1-1/+1
2016-06-09no more goPackagesKamil Chmielewski1-4/+1
2016-06-09gotags: extracted from goPackagesKamil Chmielewski1-0/+18
2015-09-05gotags: Move to go-packagesWilliam A. Kennington III1-27/+0
2015-02-05Add dontInstallSrc flag to buildGoPackageLuca Bruno1-0/+2
2015-02-04Port gotags to buildGoPackageLuca Bruno2-43/+12
2014-10-10golang: add golint and gotagsJaka Hudoklin2-0/+56