Commit graph

21 commits

Author SHA1 Message Date
R. RyanTM 09d862ab44 saml2aws: 2.27.1 -> 2.28.0 2021-02-16 12:14:30 +00:00
Pavol Rusnak a6ce00c50c
treewide: remove stdenv where not needed 2021-01-25 18:31:47 +01:00
Ben Siraphob 8c5d37129f pkgs/tools: stdenv.lib -> lib 2021-01-15 17:12:36 +07: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 35d2564325 saml2aws: 2.27.0 -> 2.27.1 2020-11-12 01:52:15 +00:00
R. RyanTM 30e1f5c470 saml2aws: 2.26.2 -> 2.27.0 2020-08-31 02:00:20 +00:00
zowoq cea7cd902e buildGoModule packages: set doCheck = false 2020-08-10 16:02:30 +10:00
Colin L Rice 4561583acf saml2aws: use vend to simplify package 2020-07-29 19:07:59 -04:00
R. RyanTM 8223e99e83 saml2aws: 2.26.1 -> 2.26.2 2020-07-02 18:48:42 +00:00
R. RyanTM d362779958 saml2aws: 2.25.0 -> 2.26.1 2020-06-09 01:24:35 +00:00
Colin L Rice d6162dab50
go-modules: Update files to use vendorSha256 2020-05-14 07:22:21 +01:00
R. RyanTM 6a07829e14 saml2aws: 2.24.0 -> 2.25.0 2020-04-01 18:45:25 +00:00
Jörg Thalheim 066db11215
Revert "Merge pull request #83099 from marsam/fix-buildGoModule-packages-darwin"
This reverts commit 4e6bf03504, reversing
changes made to afd997aab6.

Instead we propagate those frameworks from the compiler again
2020-03-27 07:33:21 +00:00
Mario Rodas 4340337ea5 saml2aws: fix build on darwin 2020-03-21 06:06:00 -05:00
R. RyanTM 65e3e0168a saml2aws: 2.19.0 -> 2.24.0 2020-03-15 15:48:02 -07:00
Martin Potier ed45fe1ccf saml2aws: 2.15.0 -> 2.19.0
Current version is broken, at least for use with Okta and AWS. New
version fixes this problem.

Packaging has changed a bit too, deps.nix was removed, and the top-level
`buildGoModule` is used insead, since the upstream project now exposes a
go.mod file.
2020-01-29 16:44:25 +01:00
Paul Myjavec 95395fbf54 saml2aws: 2.10.0 -> 2.15.0 2019-07-11 10:39:42 +02:00
Freezeboy 8f87a61de2 Replace platforms.linux with platforms.darwin for expressions that compile on darwin too (too restrictive platforms) 2019-02-18 10:56:58 +01:00
Tristan Helmich (omniIT) 41880aea09 saml2aws: 2.6.1 -> 2.10.0 2018-10-31 18:59:32 +01:00
volth 52f53c69ce pkgs/*: remove unreferenced function arguments 2018-07-21 02:48:04 +00:00
Paul Myjavec 57183eef63 saml2aws: init at 2.6.1
Adds a new package, saml2aws, a CLI tool for managaing AWS logins via
SAML. For more information see https://github.com/Versent/saml2aws.

* Add nix expression to build the package.
* Add myself as a maintainer.
2018-06-27 09:59:04 +09:00