From 2b68c899b27224a6f230d0f9221b700c28ba86f1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Martin=20Ha=CC=88cker?= Date: Thu, 27 Jun 2024 21:11:14 +0200 Subject: [PATCH] Add iconv dependency that is required for maturin (python binding generator) --- shell.nix | 3 +++ 1 file changed, 3 insertions(+) diff --git a/shell.nix b/shell.nix index 6da3bc6..f6e37c1 100644 --- a/shell.nix +++ b/shell.nix @@ -17,6 +17,9 @@ in gcc gnumake + # required for python bindings + iconv + # dotnet-sdk_8 ];