From ba907ef7b4f5962a11c20adb4036b6ddad26a000 Mon Sep 17 00:00:00 2001 From: Gregor Kleen Date: Sun, 22 Jun 2025 21:13:23 +0200 Subject: ... --- lib/pythonSet.nix | 14 ++++++++++++++ 1 file changed, 14 insertions(+) (limited to 'lib/pythonSet.nix') diff --git a/lib/pythonSet.nix b/lib/pythonSet.nix index 9dfb25ff..c69216cc 100644 --- a/lib/pythonSet.nix +++ b/lib/pythonSet.nix @@ -23,6 +23,20 @@ (final.resolveBuildSystem { setuptools = []; }) ]; }); + halo = (prev.halo.override { + sourcePreference = "sdist"; + }).overrideAttrs (oldAttrs: { + nativeBuildInputs = (oldAttrs.nativeBuildInputs or []) ++ [ + (final.resolveBuildSystem { setuptools = []; }) + ]; + }); + unshare = (prev.unshare.override { + sourcePreference = "sdist"; + }).overrideAttrs (oldAttrs: { + nativeBuildInputs = (oldAttrs.nativeBuildInputs or []) ++ [ + (final.resolveBuildSystem { setuptools = []; }) + ]; + }); }) ] ) -- cgit v1.2.3