Commit graph

19 commits

Author SHA1 Message Date
R. RyanTM f7ecd2984b aws-okta: 1.0.8 -> 1.0.11 2021-01-18 10:28:24 +00:00
Ben Siraphob 76f93cc731 pkgs/tools: pkgconfig -> pkg-config 2021-01-16 23:49:59 -08:00
Profpatsch 4a7f99d55d treewide: with stdenv.lib; in meta -> with lib;
Part of: https://github.com/NixOS/nixpkgs/issues/108938

meta = with stdenv.lib;

is a widely used pattern. We want to slowly remove
the `stdenv.lib` indirection and encourage people
to use `lib` directly. Thus let’s start with the meta
field.

This used a rewriting script to mostly automatically
replace all occurances of this pattern, and add the
`lib` argument to the package header if it doesn’t
exist yet.

The script in its current form is available at
https://cs.tvl.fyi/depot@2f807d7f141068d2d60676a89213eaa5353ca6e0/-/blob/users/Profpatsch/nixpkgs-rewriter/default.nix
2021-01-11 10:38:22 +01:00
R. RyanTM 209bec5aca aws-okta: 1.0.6 -> 1.0.8 2020-11-10 21:39:39 +00:00
Diego Rodriguez 94bf1da7e5
aws-okta: 1.0.5 -> 1.0.6 2020-11-02 12:46:09 -07:00
Diego Rodriguez 212523abad
aws-okta: 1.0.4 -> 1.0.5 2020-10-19 20:53:50 -06:00
zowoq a83a88db05 buildGoPackage: remove platform.all from packages 2020-08-15 19:34:47 -07:00
R. RyanTM 111221b93a aws-okta: 1.0.2 -> 1.0.4 2020-08-01 20:13:00 -07:00
Timothy Stott 52bdd452c7 aws-okta: remove obselete goDeps dependencies
All dependencies are vendored in the repository.
2020-06-24 11:32:45 +01:00
Timothy Stott fa8a324ae8 aws-okta: embed version in build 2020-06-23 22:17:07 +01:00
Timothy Stott d60d8e6b5b aws-okta: 0.26.3 -> 1.0.2 2020-06-23 22:10:22 +01:00
Michael Reilly 84cf00f980
treewide: Per RFC45, remove all unquoted URLs 2020-04-10 17:54:53 +01:00
Chris 6f43c82d30 aws-okta: 0.20.1 -> 0.26.3 (#72761) 2020-01-04 11:06:07 -08:00
Merijn Broeren 133103d709
treewide: replace make/build/configure/patchFlags with nix lists 2019-12-30 12:58:11 +01:00
Shahrukh Khan a0d608f259 aws-okta: fix build on darwin 2019-12-13 01:28:26 +05:00
volth 46420bbaa3 treewide: name -> pname (easy cases) (#66585)
treewide replacement of

stdenv.mkDerivation rec {
  name = "*-${version}";
  version = "*";

to pname
2019-08-15 13:41:18 +01:00
Vaibhav Sagar 3e8f2062a6 aws-okta: 0.19.0 -> 0.20.1 2019-04-21 10:29:22 -04:00
Daiderd Jordan b814881394
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
2018-09-12 23:14:41 +02:00
Greg Hale 24fa3c20c5 aws-okta: init at 0.19.0 2018-08-10 10:42:39 -04:00