librarian-puppet-go: remove

This commit is contained in:
Moritz Sanft 2024-06-10 15:05:11 +02:00
parent 38dc5f0137
commit 02f2cccf62
No known key found for this signature in database
GPG Key ID: 335D28368B1DA615
4 changed files with 1 additions and 40 deletions

View File

@ -1,26 +0,0 @@
{ lib, fetchFromGitHub, buildGoPackage }:
buildGoPackage rec {
pname = "librarian-puppet-go";
version = "0.3.10";
goPackagePath = "github.com/tmtk75/librarian-puppet-go";
src = fetchFromGitHub {
owner = "tmtk75";
repo = "librarian-puppet-go";
rev = "v${version}";
sha256 = "sha256-IEhqyowyLTXDEhg4nkix1N45S0+k+RngMP6TsaZQ4mI=";
};
goDeps = ./deps.nix;
meta = with lib; {
inherit (src.meta) homepage;
description = "librarian-puppet implementation in go";
mainProgram = "librarian-puppet-go";
license = licenses.mit;
maintainers = with maintainers; [ womfoo ];
platforms = [ "x86_64-linux" ];
};
}

View File

@ -1,12 +0,0 @@
# This file was generated by https://github.com/kamilchm/go2nix v1.2.1
[
{
goPackagePath = "github.com/jawher/mow.cli";
fetch = {
type = "git";
url = "https://github.com/jawher/mow.cli";
rev = "3ff64ca21987cfa628bd8d1865162b7ccd6107d7";
sha256 = "0vws79q4x3c9kjdsin3vw5200sinkxag3bfa0n9k69svsb222bij";
};
}
]

View File

@ -662,6 +662,7 @@ mapAliases ({
libmongo-client = throw "'libmongo-client' has been removed, upstream gone"; # Added 2023-06-22
libpulseaudio-vanilla = libpulseaudio; # Added 2022-04-20
libquotient = libsForQt5.libquotient; # Added 2023-11-11
librarian-puppet-go = throw "'librarian-puppet-go' has been removed, as it's upstream is unmaintained"; # Added 2024-06-10
libraw_unstable = throw "'libraw_unstable' has been removed, please use libraw"; # Added 2023-01-30
librdf = lrdf; # Added 2020-03-22
libressl_3_5 = throw "'libressl_3_5' has reached end-of-life "; # Added 2023-05-07

View File

@ -18467,8 +18467,6 @@ with pkgs;
libcxx = llvmPackages.libcxx;
librarian-puppet-go = callPackage ../development/tools/librarian-puppet-go { };
libgcc = stdenv.cc.cc.libgcc or null;
# This is for e.g. LLVM libraries on linux.