From 5c38c9bac0f971c972b6a1493f185c8f6b930ff9 Mon Sep 17 00:00:00 2001 From: James Brock Date: Tue, 1 Oct 2024 17:00:27 +0900 Subject: [PATCH] fix(overrides): wxpython build dependencies Need attrdict,sip to build wxpython 4.2.0 --- overrides/default.nix | 2 ++ 1 file changed, 2 insertions(+) diff --git a/overrides/default.nix b/overrides/default.nix index 5d0027b20..05641da40 100644 --- a/overrides/default.nix +++ b/overrides/default.nix @@ -4139,6 +4139,8 @@ lib.composeManyExtensions [ setuptools numpy six + attrdict + sip ]); in {