c3d2-web: add libxslt flag

This commit is contained in:
Astro 2022-06-18 03:38:33 +02:00
parent 1eb4f14632
commit b2a4fb57d6
1 changed files with 3 additions and 1 deletions

View File

@ -157,7 +157,9 @@ in
after = [ "network-online.target" ]; after = [ "network-online.target" ];
path = with pkgs; [ path = with pkgs; [
git nix curl git nix curl
libxslt libxml2 wget rsync gnumake bash (libxslt.override {
cryptoSupport = true;
}) libxml2 wget rsync gnumake bash
]; ];
script = '' script = ''
# Build at least once # Build at least once