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; [
|
nativeBuildInputs = with self.rustPlatform; [
|
||||||
cargoSetupHook maturinBuildHook
|
cargoSetupHook maturinBuildHook
|
||||||
];
|
];
|
||||||
|
# some platforms (MacOS) require this
|
||||||
|
buildInputs = [ self.libiconv ];
|
||||||
src = pyself.fetchPypi {
|
src = pyself.fetchPypi {
|
||||||
inherit pname version;
|
inherit pname version;
|
||||||
sha256 = "sha256-WGcuNvq5iMhJppNAWSDuGEIfJyRcSOX57PSWNp7TGoU=";
|
sha256 = "sha256-WGcuNvq5iMhJppNAWSDuGEIfJyRcSOX57PSWNp7TGoU=";
|
||||||
@ -182,4 +184,4 @@
|
|||||||
#});
|
#});
|
||||||
});
|
});
|
||||||
};
|
};
|
||||||
})
|
})
|
||||||
|
Loading…
x
Reference in New Issue
Block a user