diff options
| author | Gregor Kleen <gkleen@yggdrasil.li> | 2026-07-20 21:54:41 +0200 |
|---|---|---|
| committer | Gregor Kleen <gkleen@yggdrasil.li> | 2026-07-20 21:54:41 +0200 |
| commit | a4b683444e596fc2086b0363740e484d8eec0f33 (patch) | |
| tree | 8f13f6b105fe4621616cd31b946d9883e9c055ab /lib/pythonSet.nix | |
| parent | 1a79441436030424c3f14b72e1b2911ec87d0a74 (diff) | |
| download | nixos-a4b683444e596fc2086b0363740e484d8eec0f33.tar nixos-a4b683444e596fc2086b0363740e484d8eec0f33.tar.gz nixos-a4b683444e596fc2086b0363740e484d8eec0f33.tar.bz2 nixos-a4b683444e596fc2086b0363740e484d8eec0f33.tar.xz nixos-a4b683444e596fc2086b0363740e484d8eec0f33.zip | |
...flakes
Diffstat (limited to 'lib/pythonSet.nix')
| -rw-r--r-- | lib/pythonSet.nix | 7 |
1 files changed, 7 insertions, 0 deletions
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 @@ | |||
| 37 | (final.resolveBuildSystem { setuptools = []; }) | 37 | (final.resolveBuildSystem { setuptools = []; }) |
| 38 | ]; | 38 | ]; |
| 39 | }); | 39 | }); |
| 40 | pyyaml = (prev.pyyaml.override { | ||
| 41 | sourcePreference = "sdist"; | ||
| 42 | }).overrideAttrs (oldAttrs: { | ||
| 43 | nativeBuildInputs = (oldAttrs.nativeBuildInputs or []) ++ [ | ||
| 44 | (final.resolveBuildSystem { setuptools = []; }) | ||
| 45 | ]; | ||
| 46 | }); | ||
| 40 | }) | 47 | }) |
| 41 | ] | 48 | ] |
| 42 | ) | 49 | ) |
