lol

Merge pull request #234864 from reckenrode/poetry-clang-fix

python3Packages.poetry-core: fix build with newer clang

authored by

Weijia Wang and committed by
GitHub
b3fb622c 6f554cca

+2
+2
pkgs/development/python-modules/poetry-core/default.nix
··· 73 73 "poetry" 74 74 ]; 75 75 76 + env.NIX_CFLAGS_COMPILE = lib.optionalString stdenv.cc.isClang "-Wno-int-conversion"; 77 + 76 78 meta = with lib; { 77 79 changelog = "https://github.com/python-poetry/poetry-core/blob/${src.rev}/CHANGELOG.md"; 78 80 description = "Core utilities for Poetry";