nixosTests.keycloak: replace libtidy with html-tidy
Follow-up of cc700ad55b
.
This commit is contained in:
parent
dc5bd4b375
commit
0334498c74
1 changed files with 1 additions and 1 deletions
|
@ -40,7 +40,7 @@ let
|
|||
|
||||
environment.systemPackages = with pkgs; [
|
||||
xmlstarlet
|
||||
libtidy
|
||||
html-tidy
|
||||
jq
|
||||
];
|
||||
};
|
||||
|
|
Loading…
Reference in a new issue