python3Packages.poetry-core: fix build with newer clang

Silence an integer conversion warning that newer clangs issue, causing
the build to fail.
This commit is contained in:
Randy Eckenrode
2023-05-29 15:52:04 -04:00
parent 5611fa71ab
commit db33597286
@@ -73,6 +73,8 @@ buildPythonPackage rec {
"poetry"
];
env.NIX_CFLAGS_COMPILE = lib.optionalString stdenv.cc.isClang "-Wno-int-conversion";
meta = with lib; {
changelog = "https://github.com/python-poetry/poetry-core/blob/${src.rev}/CHANGELOG.md";
description = "Core utilities for Poetry";