pkgs: init switchwayf
Signed-off-by: Ryan Lahfa <federez-infra@lahfa.xyz>
This commit is contained in:
parent
9a9460c8f1
commit
b47ddc76b0
2 changed files with 26 additions and 0 deletions
26
pkgs/switchwayf.nix
Normal file
26
pkgs/switchwayf.nix
Normal file
|
@ -0,0 +1,26 @@
|
||||||
|
{ lib
|
||||||
|
, stdenv
|
||||||
|
, fetchFromGitLab
|
||||||
|
}:
|
||||||
|
|
||||||
|
stdenv.mkDerivation rec {
|
||||||
|
pname = "switch-wayf";
|
||||||
|
version = "2.0";
|
||||||
|
|
||||||
|
src = fetchFromGitLab {
|
||||||
|
domain = "gitlab.switch.ch";
|
||||||
|
owner = "aai";
|
||||||
|
repo = "SWITCHwayf";
|
||||||
|
rev = "v${version}";
|
||||||
|
hash = "sha256-SqJzkV7dJXPUrY/9pz54VYxd8eAv+aFDik9F3N4WBIg=";
|
||||||
|
};
|
||||||
|
|
||||||
|
meta = with lib; {
|
||||||
|
description = "SAML Identity Provider Discovery Service implementation developed by SWITCH";
|
||||||
|
homepage = "https://gitlab.switch.ch/aai/SWITCHwayf";
|
||||||
|
changelog = "https://gitlab.switch.ch/aai/SWITCHwayf/-/blob/${src.rev}/CHANGES.md";
|
||||||
|
license = licenses.asl20;
|
||||||
|
maintainers = with maintainers; [ raitobezarius ];
|
||||||
|
platforms = platforms.all;
|
||||||
|
};
|
||||||
|
}
|
0
profiles/switchwayf.nix
Normal file
0
profiles/switchwayf.nix
Normal file
Loading…
Add table
Add a link
Reference in a new issue