MacOs needs libiconv specified directly

This commit is contained in:
Jeremy Wall 2022-04-04 11:52:41 -04:00
parent bd2469d68a
commit 80056077a9

View File

@ -8,6 +8,8 @@
nativeBuildInputs = with self.rustPlatform; [
cargoSetupHook maturinBuildHook
];
# some platforms (MacOS) require this
buildInputs = [ self.libiconv ];
src = pyself.fetchPypi {
inherit pname version;
sha256 = "sha256-WGcuNvq5iMhJppNAWSDuGEIfJyRcSOX57PSWNp7TGoU=";