Merge pull request #172995 from aaronjheng/oci-image-tool
oci-image-tool: remove
This commit is contained in:
commit
f2289ae535
3 changed files with 1 additions and 25 deletions
|
@ -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 ];
|
||||
};
|
||||
}
|
|
@ -904,6 +904,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
|
||||
|
|
|
@ -8876,8 +8876,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…
Reference in a new issue