oci-image-tool: remove

main
Aaron Jheng 2 years ago
parent ed014c27f4
commit bba2c44b0e
No known key found for this signature in database
GPG Key ID: F6A547A869D050A3
  1. 23
      pkgs/tools/misc/oci-image-tool/default.nix
  2. 1
      pkgs/top-level/aliases.nix
  3. 2
      pkgs/top-level/all-packages.nix

@ -1,23 +0,0 @@
{ lib, fetchFromGitHub, buildGoPackage }:
buildGoPackage rec {
pname = "oci-image-tool";
version = "1.0.0-rc1";
goPackagePath = "github.com/opencontainers/image-tools";
subPackages = [ "cmd/oci-image-tool" ];
src = fetchFromGitHub {
owner = "opencontainers";
repo = "image-tools";
rev = "v${version}";
sha256 = "0c4n69smqlkf0r6khy9gbg5f810qh9g8jqsl9kibb0dyswizr14r";
};
meta = {
description = "A collection of tools for working with the OCI image format specification";
homepage = "https://github.com/opencontainers/image-tools";
license = lib.licenses.asl20;
maintainers = with lib.maintainers; [ nzhang-zh ];
};
}

@ -899,6 +899,7 @@ mapAliases ({
### O ###
oathToolkit = oath-toolkit; # Added 2022-04-04
oci-image-tool = throw "oci-image-tool is no longer actively maintained, and has had major deficiencies for several years."; # Added 2022-05-14;
oracleXE = throw "oracleXE has been removed, as it's heavily outdated and unmaintained"; # Added 2020-10-09
OVMF-CSM = throw "OVMF-CSM has been removed in favor of OVMFFull"; # Added 2021-10-16
OVMF-secureBoot = throw "OVMF-secureBoot has been removed in favor of OVMFFull"; # Added 2021-10-16

@ -8878,8 +8878,6 @@ with pkgs;
buildGoModule = buildGo116Module;
};
oci-image-tool = callPackage ../tools/misc/oci-image-tool { };
ocproxy = callPackage ../tools/networking/ocproxy { };
ocserv = callPackage ../tools/networking/ocserv { };

Loading…
Cancel
Save