16 stdenv.mkDerivation rec {
20 src = fetchFromGitHub {
24 hash = "sha256-Vj/YoZpbiV8psU70i3SIKJM/qPQYuy96ogEhT8cG7RU=";
41 enableParallelBuilding = true;
46 "PROMPT_BIN_PATH=$(out)"
57 # Override with patched binary to be used by help2man
59 make install_man PREFIX=$out MAN_PATH=$out/share/man PROMPT_MAN_PATH=$out/share/man
62 passthru.updateScript = nix-update-script { };
65 description = "Manage OpenID Connect tokens on the command line";
66 homepage = "https://github.com/indigo-dc/oidc-agent";
67 maintainers = with maintainers; [ xinyangli ];
68 license = licenses.mit;