Merge pull request #181743 from kira-bruneau/pydantic-darwin
python310Packages.pydantic: fix build on darwin
This commit is contained in:
commit
14c054bc2b
@ -11,7 +11,8 @@
|
|||||||
, pythonOlder
|
, pythonOlder
|
||||||
, typing-extensions
|
, typing-extensions
|
||||||
# dependencies for building documentation.
|
# dependencies for building documentation.
|
||||||
, withDocs ? (stdenv.hostPlatform == stdenv.buildPlatform)
|
# docs fail to build in Darwin sandbox: https://github.com/samuelcolvin/pydantic/issues/4245
|
||||||
|
, withDocs ? (stdenv.hostPlatform == stdenv.buildPlatform && !stdenv.isDarwin)
|
||||||
, ansi2html
|
, ansi2html
|
||||||
, markdown-include
|
, markdown-include
|
||||||
, mkdocs
|
, mkdocs
|
||||||
|
Loading…
Reference in New Issue
Block a user