From 226da2fb2afa5961f8580619002905e3aeec580d Mon Sep 17 00:00:00 2001 From: Jean-Paul Calderone Date: Sun, 26 Mar 2023 11:49:17 -0400 Subject: [PATCH] Add missing pyyaml dependency It worked without this because we got the pyyaml dependency transitively but we should declare it directly since it is a direct dependency. --- nix/tahoe-lafs.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/nix/tahoe-lafs.nix b/nix/tahoe-lafs.nix index 2e1c4aa39..bf3ea83d3 100644 --- a/nix/tahoe-lafs.nix +++ b/nix/tahoe-lafs.nix @@ -34,6 +34,7 @@ let magic-wormhole netifaces psutil + pyyaml pycddl pyrsistent pyutil