From 9b208d0d2754f9fc0bc84f79aec762674e652e68 Mon Sep 17 00:00:00 2001 From: Qyriad Date: Fri, 5 Apr 2024 22:20:24 -0600 Subject: [PATCH] overlay: fix builds of Lix after c21d11ac0 lix-project/lix/c21d11ac094d4f39215dba6763fcabc62341def4 added a direct build dependency on Python. --- overlay.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/overlay.nix b/overlay.nix index 6673552..76ca7f6 100644 --- a/overlay.nix +++ b/overlay.nix @@ -40,6 +40,7 @@ in # FIXME: we don't know why this was not being picked up properly when # included in nativeCheckInputs. final.buildPackages.git + final.buildPackages.python3 ]; }); stable = nix_2_18;