1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-11-17 19:21:04 +00:00

authelia: postPatch openapi.yml

This commit is contained in:
Herwig Hochleitner 2023-05-22 08:35:10 +02:00
parent 865c2c7b3c
commit 6af07f6660

View file

@ -9,7 +9,9 @@ buildGoModule rec {
nativeBuildInputs = [ installShellFiles ];
## FIXME: add swagger-ui https://github.com/authelia/authelia/blob/master/cmd/authelia-scripts/cmd/build.go#L148
postPatch = ''
cp -r api internal/server/public_html
cp -r ${web}/share/authelia-web/* internal/server/public_html
'';