Skip to content

Commit

Permalink
Add patch for matrix-authentication-service
Browse files Browse the repository at this point in the history
As discussed here: #374272 (comment)

This pulls in element-hq/matrix-authentication-service@881c6df
to update their Rego to be v1 ready.

Signed-off-by: Charlie Egan <charlieegan3@users.noreply.github.com>
  • Loading branch information
charlieegan3 committed Jan 24, 2025
1 parent b6a7ae2 commit 35e6cb6
Show file tree
Hide file tree
Showing 2 changed files with 804 additions and 0 deletions.
2 changes: 2 additions & 0 deletions pkgs/by-name/ma/matrix-authentication-service/package.nix
Original file line number Diff line number Diff line change
Expand Up @@ -92,6 +92,8 @@ rustPlatform.buildRustPackage rec {
cp -r translations "$out/share/$pname/translations"
'';

patches = [ ./v1_rego.patch ];

meta = {
description = "OAuth2.0 + OpenID Provider for Matrix Homeservers";
homepage = "https://github.com/element-hq/matrix-authentication-service";
Expand Down
Loading

0 comments on commit 35e6cb6

Please sign in to comment.