From 390085c8f5730a3e776a23bb081293afabdbffd4 Mon Sep 17 00:00:00 2001 From: Tom Prince <tom.prince@private.storage> Date: Tue, 19 Oct 2021 11:16:30 -0600 Subject: [PATCH] merged extras --- default.nix | 2 ++ 1 file changed, 2 insertions(+) diff --git a/default.nix b/default.nix index 18f17fc..24ea400 100644 --- a/default.nix +++ b/default.nix @@ -26,6 +26,8 @@ in fixtures = "wheel"; testtools = "wheel"; traceback2 = "wheel"; + # - Incorrectly merged extras - https://github.com/DavHau/mach-nix/pull/334 + tqdm = "wheel"; }; tahoe-lafs = mach-nix.buildPythonPackage rec { python = "python27"; -- GitLab