From 22b0a17c8b71a9330ef9e8f014f642995c47d264 Mon Sep 17 00:00:00 2001
From: Jean-Paul Calderone <exarkun@twistedmatrix.com>
Date: Mon, 27 Dec 2021 10:54:03 -0500
Subject: [PATCH] fix problem with the new collections-extended dependency

---
 default.nix | 5 +++++
 1 file changed, 5 insertions(+)

diff --git a/default.nix b/default.nix
index e68d6e0..29fc4f4 100644
--- a/default.nix
+++ b/default.nix
@@ -34,6 +34,11 @@ in
       # The version of Klein we get doesn't need / can't have the patch that
       # comes from the nixpkgs derivation mach-nix picks up from 21.05.
       klein = "wheel";
+
+      # - has an undetected poetry dependency and when trying to work around
+      #   this another way, dependencies have undetected dependencies, easier
+      #   to just use the wheel.
+      collections-extended = "wheel";
     };
   in
     rec {
-- 
GitLab