Add icu to dynamic.nix and static.nix (#61)

* Add icu to dynamic.nix
* Add icu to static
This commit is contained in:
Moritz Angermann 2023-05-18 09:21:07 +08:00 committed by GitHub
parent 730f08870f
commit 760642897b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 1 deletions

View File

@ -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 ]))
;
}

View File

@ -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