python312Packages.python-calamine: add missing dependency libiconv
This commit is contained in:
@@ -4,6 +4,9 @@
|
||||
fetchFromGitHub,
|
||||
rustPlatform,
|
||||
|
||||
# buildInputs
|
||||
libiconv,
|
||||
|
||||
# build-system
|
||||
cargo,
|
||||
poetry-core,
|
||||
@@ -39,6 +42,8 @@ buildPythonPackage rec {
|
||||
ln -s ${./Cargo.lock} Cargo.lock
|
||||
'';
|
||||
|
||||
buildInputs = [ libiconv ];
|
||||
|
||||
build-system = [
|
||||
cargo
|
||||
poetry-core
|
||||
|
||||
Reference in New Issue
Block a user