glide: remove

This commit is contained in:
Paul Meyer 2023-12-26 11:54:05 +01:00
parent d33f2cd470
commit ae02e01a6a
3 changed files with 1 additions and 28 deletions

View File

@ -1,26 +0,0 @@
{ lib, buildGoPackage, fetchFromGitHub }:
buildGoPackage rec {
pname = "glide";
version = "0.13.3";
goPackagePath = "github.com/Masterminds/glide";
ldflags = [
"-X main.version=${version}"
];
src = fetchFromGitHub {
rev = "v${version}";
owner = "Masterminds";
repo = "glide";
sha256 = "1wskg1cxqy9sp0738qiiagdw09dbs3swxsk4z6w5hsfiq2h44a54";
};
meta = with lib; {
homepage = "https://glide.sh";
description = "Package management for Go";
license = licenses.mit;
maintainers = [ maintainers.rushmorem ];
};
}

View File

@ -304,6 +304,7 @@ mapAliases ({
}; # Added 2021-01-14
gitter = throw "gitter has been removed since the client has been abandoned by upstream with the backend migration to Matrix"; # Added 2023-09-18
glide = throw "'glide' has been removed as it is unmaintained, please use Go modules instead"; # Added 2023-12-26
gmailieer = lieer; # Added 2020-04-19
gmic-qt-krita = throw "gmic-qt-krita was removed as it's no longer supported upstream."; # Converted to throw 2023-02-02
gnatboot11 = gnat-bootstrap11;

View File

@ -5599,8 +5599,6 @@ with pkgs;
gllvm = callPackage ../development/tools/gllvm { };
glide = callPackage ../development/tools/glide { };
globalarrays = callPackage ../development/libraries/globalarrays { };
glock = callPackage ../development/tools/glock { };