mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-28 09:53:10 +00:00
aws-okta: remove
This commit is contained in:
parent
a9628d08a3
commit
22cbd2a922
@ -1,30 +0,0 @@
|
|||||||
{ buildGoPackage, fetchFromGitHub, libusb1, pkg-config, lib, libiconv }:
|
|
||||||
|
|
||||||
buildGoPackage rec {
|
|
||||||
pname = "aws-okta";
|
|
||||||
version = "1.0.11";
|
|
||||||
|
|
||||||
goPackagePath = "github.com/segmentio/aws-okta";
|
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
|
||||||
owner = "segmentio";
|
|
||||||
repo = "aws-okta";
|
|
||||||
rev = "v${version}";
|
|
||||||
sha256 = "sha256-1cprKpIFgM3+lUEHNvda34nJTH4Ch3LtTRq/Dp6QBQ8=";
|
|
||||||
};
|
|
||||||
|
|
||||||
tags = [ "release" ];
|
|
||||||
|
|
||||||
ldflags = [ "-X main.Version=${version}" ];
|
|
||||||
|
|
||||||
nativeBuildInputs = [ pkg-config ];
|
|
||||||
buildInputs = [ libusb1 libiconv ];
|
|
||||||
|
|
||||||
meta = with lib; {
|
|
||||||
description = "aws-vault like tool for Okta authentication";
|
|
||||||
license = licenses.mit;
|
|
||||||
maintainers = with maintainers; [imalsogreg Chili-Man];
|
|
||||||
homepage = "https://github.com/segmentio/aws-okta";
|
|
||||||
downloadPage = "https://github.com/segmentio/aws-okta";
|
|
||||||
};
|
|
||||||
}
|
|
@ -1543,8 +1543,6 @@ with pkgs;
|
|||||||
|
|
||||||
aws-nuke = callPackage ../tools/admin/aws-nuke { };
|
aws-nuke = callPackage ../tools/admin/aws-nuke { };
|
||||||
|
|
||||||
aws-okta = callPackage ../tools/security/aws-okta { };
|
|
||||||
|
|
||||||
aws-rotate-key = callPackage ../tools/admin/aws-rotate-key { };
|
aws-rotate-key = callPackage ../tools/admin/aws-rotate-key { };
|
||||||
|
|
||||||
aws-sam-cli = callPackage ../development/tools/aws-sam-cli { };
|
aws-sam-cli = callPackage ../development/tools/aws-sam-cli { };
|
||||||
|
Loading…
Reference in New Issue
Block a user