Skip to content

python: fix venv creation#442540

Merged
mweinelt merged 1 commit into
NixOS:stagingfrom
qbisi:python-venv
Oct 19, 2025
Merged

python: fix venv creation#442540
mweinelt merged 1 commit into
NixOS:stagingfrom
qbisi:python-venv

python: fix venv creation

f994b34
Select commit
Loading
Failed to load commit list.
OfBorg / python, python.passthru.tests on x86_64-darwin skipped Nov 3, 2025 in 0s

No attempt

The following builds were skipped because they don't evaluate on x86_64-darwin: python, python.passthru.tests

Details

Partial log


       … while calling the 'throw' builtin
         at /private/var/lib/ofborg/checkout/repo/38dca4e3aa6bca43ea96d2fcc04e8229/builder/ofborg-core/pkgs/top-level/aliases.nix:1282:12:
         1281|   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
         1282|   python = throw "`python` previously pointed to Python 2; use `python3` or `python2` if necessary"; # Converted to throw 2025-10-27
             |            ^
         1283|   pythonFull = throw "'pythonFull' previously pointed to Python 2; use `python3` or `python2Full` if necessary"; # Converted to throw 2025-10-27

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