Skip to content

doc/python: document fixed-point arguments (#271387)#477149

Merged
MattSturgeon merged 4 commits into
NixOS:masterfrom
doronbehar:doc/buildPython@fixed-point
Apr 29, 2026
Merged

doc/python: document fixed-point arguments (#271387)#477149
MattSturgeon merged 4 commits into
NixOS:masterfrom
doronbehar:doc/buildPython@fixed-point

doc/python: simplify packageOverrides example

f8f04a9
Select commit
Loading
Failed to load commit list.
OfBorg / doc/python, doc/python.passthru.tests, python.section.md, python.section.md.passthru.tests on x86_64-linux skipped Apr 29, 2026 in 0s

No attempt

The following builds were skipped because they don't evaluate on x86_64-linux: doc/python, doc/python.passthru.tests, python.section.md, python.section.md.passthru.tests

Details

Partial log


       … while calling the 'throw' builtin
         at /var/lib/ofborg/checkout/repo/38dca4e3aa6bca43ea96d2fcc04e8229/builder/ofborg-core/pkgs/top-level/aliases.nix:1744:12:
         1743|   python314Full = throw "python314Full has been removed. Bluetooth support is now enabled by default. The tkinter package is available within the package set."; # Added 2025-08-30
         1744|   python = throw "`python` previously pointed to Python 2; use `python3` or `python2` if necessary"; # Converted to throw 2025-10-27
             |            ^
         1745|   python-qt = throw "python-qt has been removed, because hard to maintain and not required by anything"; # Added 2025-01-14

       error: `python` previously pointed to Python 2; use `python3` or `python2` if necessary