From a5ff809b340a360814b79903e281468e759c02d3 Mon Sep 17 00:00:00 2001
From: Jean-Paul Calderone <exarkun@twistedmatrix.com>
Date: Tue, 1 Feb 2022 09:01:16 -0500
Subject: [PATCH] for tahoe-lafs master, add collections-extended

tahoe-lafs declares this with an environment marker so mach-nix no longer
detects it
---
 default.nix | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/default.nix b/default.nix
index f26de54..bc6a088 100644
--- a/default.nix
+++ b/default.nix
@@ -72,7 +72,8 @@ in
           pyrsistent
           configparser
           eliot
-          foolscap >= 21.7.0
+          foolscap
+          collections-extended >= 2.0.2
 
           # undetected cryptography build dependency
           # https://github.com/DavHau/mach-nix/issues/305
-- 
GitLab