From a4b683444e596fc2086b0363740e484d8eec0f33 Mon Sep 17 00:00:00 2001 From: Gregor Kleen Date: Mon, 20 Jul 2026 21:54:41 +0200 Subject: ... --- lib/pythonSet.nix | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'lib/pythonSet.nix') diff --git a/lib/pythonSet.nix b/lib/pythonSet.nix index c69216cc..98315718 100644 --- a/lib/pythonSet.nix +++ b/lib/pythonSet.nix @@ -37,6 +37,13 @@ (final.resolveBuildSystem { setuptools = []; }) ]; }); + pyyaml = (prev.pyyaml.override { + sourcePreference = "sdist"; + }).overrideAttrs (oldAttrs: { + nativeBuildInputs = (oldAttrs.nativeBuildInputs or []) ++ [ + (final.resolveBuildSystem { setuptools = []; }) + ]; + }); }) ] ) -- cgit v1.2.3