Unverified Commit d80ee67e authored by Robert Schütz's avatar Robert Schütz Committed by GitHub
Browse files

Merge pull request #242929 from dotlambda/poetry-fix

poetry: fix build of poetry-core on x86_64-darwin
parents f2344fa2 bb74660e
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -31,6 +31,7 @@ let
          rev = version;
          hash = "sha256-Gc22Y2T4uO39jiOqEUFeOfnVCbknuDjmzFPZgk2eY74=";
        };
        patches = [ ];
        nativeCheckInputs = old.nativeCheckInputs ++ [
          self.tomli-w
        ];