From b2a4fb57d6f2488b571709a4fb3301080f68bb8b Mon Sep 17 00:00:00 2001 From: Astro Date: Sat, 18 Jun 2022 03:38:33 +0200 Subject: [PATCH] c3d2-web: add libxslt flag --- hosts/containers/c3d2-web/default.nix | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/hosts/containers/c3d2-web/default.nix b/hosts/containers/c3d2-web/default.nix index befd2c94..ff566c65 100644 --- a/hosts/containers/c3d2-web/default.nix +++ b/hosts/containers/c3d2-web/default.nix @@ -157,7 +157,9 @@ in after = [ "network-online.target" ]; path = with pkgs; [ git nix curl - libxslt libxml2 wget rsync gnumake bash + (libxslt.override { + cryptoSupport = true; + }) libxml2 wget rsync gnumake bash ]; script = '' # Build at least once