Merge pull request #242929 from dotlambda/poetry-fix

poetry: fix build of poetry-core on x86_64-darwin
This commit is contained in:
Robert Schütz
2023-07-11 17:24:15 -07:00
committed by GitHub
@@ -31,6 +31,7 @@ let
rev = version;
hash = "sha256-Gc22Y2T4uO39jiOqEUFeOfnVCbknuDjmzFPZgk2eY74=";
};
patches = [ ];
nativeCheckInputs = old.nativeCheckInputs ++ [
self.tomli-w
];