mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-11-18 13:19:10 +03:00
aws-okta: mark broken on darwin
Could be caused by our older 10.10.5 CoreFoundation. # github.com/segmentio/aws-okta/vendor/github.com/keybase/go-keychain go/src/github.com/segmentio/aws-okta/vendor/github.com/keybase/go-keychain/corefoundation_go110.go:35:33: cannot use nil as type _Ctype_CFAllocatorRef in argument to _Cfunc_CFDataCreate go/src/github.com/segmentio/aws-okta/vendor/github.com/keybase/go-keychain/corefoundation_go110.go:61: cannot use nil as type _Ctype_CFAllocatorRef in argument to func literal go/src/github.com/segmentio/aws-okta/vendor/github.com/keybase/go-keychain/corefoundation_go110.go:98:41: cannot use nil as type _Ctype_CFAllocatorRef in argument to _Cfunc_CFStringCreateWithBytes go/src/github.com/segmentio/aws-okta/vendor/github.com/keybase/go-keychain/corefoundation_go110.go:133: cannot use nil as type _Ctype_CFAllocatorRef in argument to func literal /cc ZHF #45961
This commit is contained in:
parent
0dff3d5c73
commit
b814881394
@ -1,4 +1,5 @@
|
||||
{ buildGoPackage, fetchFromGitHub, stdenv }:
|
||||
|
||||
buildGoPackage rec {
|
||||
name = "aws-okta-${version}";
|
||||
version = "0.19.0";
|
||||
@ -19,6 +20,7 @@ buildGoPackage rec {
|
||||
description = "aws-vault like tool for Okta authentication";
|
||||
license = licenses.mit;
|
||||
maintainers = [maintainers.imalsogreg];
|
||||
broken = stdenv.isDarwin; # test with CoreFoundation 10.11
|
||||
platforms = platforms.all;
|
||||
homepage = https://github.com/segmentio/aws-okta;
|
||||
downloadPage = "https://github.com/segmentio/aws-okta";
|
||||
|
Loading…
Reference in New Issue
Block a user