diff options
| author | Sharlatan Hellseher <sharlatanus@gmail.com> | 2026-02-24 18:24:36 +0000 |
|---|---|---|
| committer | Sharlatan Hellseher <sharlatanus@gmail.com> | 2026-03-08 23:35:45 +0000 |
| commit | 77db9c85045e4c72d15346bcb8b86c47c6403c07 (patch) | |
| tree | 97764a91d21720f9582f5a0a60f6126c7fe06b0b /doc | |
| parent | 85a32a109905023ed2463ed9978635c97d65bf75 (diff) | |
doc: Remove mention of python-toolchain.
* doc/contributing.texi (Python Moduels): Drop mention of
python-toolchain.
* guix/build-system/pyproject.scm: Likewise.
Fixes: guix/guix#5841
Change-Id: I39a1ec7ce6da2e5f3298323b36070c3e3b197669
Diffstat (limited to 'doc')
| -rw-r--r-- | doc/contributing.texi | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/doc/contributing.texi b/doc/contributing.texi index f1ab1b56da2..5ea37a92bad 100644 --- a/doc/contributing.texi +++ b/doc/contributing.texi @@ -1559,8 +1559,7 @@ check list to determine which dependency goes where. @item Python is packaged @emph{without} @code{setuptools} and @code{pip} -installed per default. @code{python-toolchain} provides a build -environment for Python. +installed per default. @command{guix lint} will warn if @code{pip} or other unneeded native-inputs are added. |
