mirror of
https://github.com/zaphar/dbt-nix.git
synced 2025-07-21 19:40:31 -04:00
MacOs needs libiconv specified directly
This commit is contained in:
parent
bd2469d68a
commit
80056077a9
@ -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=";
|
||||
|
Loading…
x
Reference in New Issue
Block a user