poetry: fix build of poetry-core on x86_64-darwin

This commit is contained in:
Robert Schütz 2023-07-11 14:04:52 -07:00
parent 67ecd3fd9d
commit bb74660ed2

View file

@ -31,6 +31,7 @@ let
rev = version;
hash = "sha256-Gc22Y2T4uO39jiOqEUFeOfnVCbknuDjmzFPZgk2eY74=";
};
patches = [ ];
nativeCheckInputs = old.nativeCheckInputs ++ [
self.tomli-w
];