forked from mirrors/nixpkgs
gotags: remove
gotags is lack of maintenance from upstream since 2018.
This commit is contained in:
parent
58b95595e1
commit
0510392e07
|
@ -1,15 +0,0 @@
|
|||
{ lib, buildGoPackage, fetchFromGitHub }:
|
||||
|
||||
buildGoPackage rec {
|
||||
pname = "gotags";
|
||||
version = "unstable-2015-08-03";
|
||||
|
||||
goPackagePath = "github.com/jstemmer/gotags";
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "jstemmer";
|
||||
repo = "gotags";
|
||||
rev = "be986a34e20634775ac73e11a5b55916085c48e7";
|
||||
sha256 = "sha256-Su7AA6HCdeZai8+yRSKzlrgXvsSEgrXGot2ABRL2PBw=";
|
||||
};
|
||||
}
|
|
@ -521,6 +521,7 @@ mapAliases ({
|
|||
google-gflags = gflags; # Added 2019-07-25
|
||||
google-musicmanager = throw "google-musicmanager has been removed because Google Play Music was discontinued"; # Added 2021-03-07
|
||||
google-music-scripts = throw "google-music-scripts has been removed because Google Play Music was discontinued"; # Added 2021-03-07
|
||||
gotags = throw "gotags has been dropped due to the lack of maintenance from upstream since 2018"; # Added 2022-06-03
|
||||
go-mk = throw "go-mk has been dropped due to the lack of maintanence from upstream since 2015"; # Added 2022-06-02
|
||||
go-pup = throw "'go-pup' has been renamed to/replaced by 'pup'"; # Converted to throw 2022-02-22
|
||||
go-repo-root = throw "go-repo-root has been dropped due to the lack of maintanence from upstream since 2014"; # Added 2022-06-02
|
||||
|
|
|
@ -23509,8 +23509,6 @@ with pkgs;
|
|||
|
||||
gofumpt = callPackage ../development/tools/gofumpt { };
|
||||
|
||||
gotags = callPackage ../development/tools/gotags { };
|
||||
|
||||
go-task = callPackage ../development/tools/go-task { };
|
||||
|
||||
golint = callPackage ../development/tools/golint { };
|
||||
|
|
Loading…
Reference in a new issue