From 760642897bb25a9abd02d81bdfc3aa009e800bce Mon Sep 17 00:00:00 2001 From: Moritz Angermann Date: Thu, 18 May 2023 09:21:07 +0800 Subject: [PATCH] Add icu to dynamic.nix and static.nix (#61) * Add icu to dynamic.nix * Add icu to static --- dynamic.nix | 2 +- static.nix | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/dynamic.nix b/dynamic.nix index f803923..01ea9c5 100644 --- a/dynamic.nix +++ b/dynamic.nix @@ -88,6 +88,6 @@ pkgs.mkShell { (with pkgs; [ cddl cbor-diag ] # R for plutus # postgresql for db-sync - ++ map pkgs.lib.getDev (with pkgs; [ libblst libsodium-vrf secp256k1 R_4_1_3 postgresql])) + ++ map pkgs.lib.getDev (with pkgs; [ libblst libsodium-vrf secp256k1 R_4_1_3 postgresql icu ])) ; } diff --git a/static.nix b/static.nix index be39cd9..733200b 100644 --- a/static.nix +++ b/static.nix @@ -126,6 +126,7 @@ pkgs.mkShell (rec { secp256k1 #R_4_1_3 # for plutus postgresql # for db-sync + icu # for cardano-cli ]); # these are _native_ libs, we need to drive the compilation environment