Merge pull request #168560 from malob/fix-libcst-darwin
python3Packages.libcst: fix build on darwin
This commit is contained in:
commit
13e0fadf57
1 changed files with 4 additions and 0 deletions
|
@ -1,8 +1,10 @@
|
|||
{ lib
|
||||
, stdenv
|
||||
, buildPythonPackage
|
||||
, dataclasses
|
||||
, fetchFromGitHub
|
||||
, hypothesis
|
||||
, libiconv
|
||||
, pytestCheckHook
|
||||
, python
|
||||
, pythonOlder
|
||||
|
@ -51,6 +53,8 @@ buildPythonPackage rec {
|
|||
rustPlatform.cargoSetupHook
|
||||
] ++ (with rustPlatform; [ rust.cargo rust.rustc ]);
|
||||
|
||||
buildInputs = lib.optionals stdenv.isDarwin [ libiconv ];
|
||||
|
||||
propagatedBuildInputs = [
|
||||
hypothesis
|
||||
typing-extensions
|
||||
|
|
Loading…
Reference in a new issue