about summary refs log tree commit diff
path: root/pkgs/development/tools/godef
AgeCommit message (Collapse)AuthorFilesLines
2021-01-25treewide: remove stdenv where not neededPavol Rusnak1-1/+1
2021-01-23pkgs/development/tools: stdenv.lib -> libBen Siraphob1-3/+3
2020-08-11treewide: remove obsolete attribute goPackagePath in buildGoModule ↵Timothy Stott1-1/+0
derivations (#95092) The buildGoModule infrastructure does not make use of goPackagePath it is a residue from buildGoPackage.
2020-08-10buildGoModule packages: set doCheck = falsezowoq1-0/+2
2020-07-31buildGoModule packages: editorconfig fixeszowoq1-1/+1
2020-05-14go-modules: Update files to use vendorSha256Colin L Rice1-2/+2
2020-04-23godef: 1.1.1 -> 1.1.2Jörg Thalheim1-4/+6
2020-04-10treewide: Per RFC45, remove all unquoted URLsMichael Reilly1-1/+1
2019-08-15treewide: name -> pname (easy cases) (#66585)volth1-1/+1
treewide replacement of stdenv.mkDerivation rec { name = "*-${version}"; version = "*"; to pname
2019-02-19godef: Use fetchFromGitHubRoman Volosatovs1-3/+4
2019-02-12godef: 1.0.0 -> 1.1.1Roman Volosatovs1-4/+4
2018-09-17godef: 20170920 -> 1.0.0Roman Volosatovs1-4/+4
2018-07-21pkgs/*: remove unreferenced function argumentsvolth1-1/+1
2018-01-02godef: 20160620-ee532b9 -> 20170920-b692db1Vincent Demeester1-3/+3
Signed-off-by: Vincent Demeester <vincent@sbr.pm>
2017-08-01pkgs: refactor needless quoting of homepage meta attribute (#27809)Silvan Mosberger1-1/+1
* pkgs: refactor needless quoting of homepage meta attribute A lot of packages are needlessly quoting the homepage meta attribute (about 1400, 22%), this commit refactors all of those instances. * pkgs: Fixing some links that were wrongfully unquoted in the previous commit * Fixed some instances
2016-11-20Fix typos: licence -> licensePascal Wittmann1-1/+1
2016-11-03godef: init at 20160620-ee532b9Vincent Demeester1-0/+23
Signed-off-by: Vincent Demeester <vincent@sbr.pm>