Commit e822b84
committed
Remove python from build inputs; bump devShell to python312
Python is only needed for running tests, not for building rtld_loader.so
(pure C, compiled with gcc -shared -nostdlib). Removing it from buildInputs
fixes consumers that follow nixpkgs-unstable where python310 no longer exists.
Bump devShell python from 310 to 312.1 parent e607278 commit e822b84
1 file changed
+2
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
10 | 10 | | |
11 | 11 | | |
12 | 12 | | |
13 | | - | |
| 13 | + | |
14 | 14 | | |
15 | 15 | | |
16 | 16 | | |
| |||
21 | 21 | | |
22 | 22 | | |
23 | 23 | | |
24 | | - | |
| 24 | + | |
25 | 25 | | |
26 | 26 | | |
27 | 27 | | |
| |||
0 commit comments