summaryrefslogtreecommitdiff
path: root/gnu/packages/documentation.scm
diff options
context:
space:
mode:
authorSharlatan Hellseher <sharlatanus@gmail.com>2026-03-25 23:28:19 +0000
committerSharlatan Hellseher <sharlatanus@gmail.com>2026-05-24 10:14:45 +0100
commit8b91d18c5a1d8da267fee04a3ee15863fa9874a9 (patch)
treee467a646d8b2dcdd365c37839d64b7bac109d556 /gnu/packages/documentation.scm
parentf61830339cd3ec25cc45605dcce668bf9bbee71f (diff)
gnu: packages: Remove python-build-system comments.
Rephrase or remove comments completely mentioning python-build-system to prepare it for depreciation. It helps to search code for the rest relevant entries of python-build-system. Change-Id: I98ee81b4b0e0f826fd236fec20e77546e1567f80
Diffstat (limited to 'gnu/packages/documentation.scm')
-rw-r--r--gnu/packages/documentation.scm5
1 files changed, 2 insertions, 3 deletions
diff --git a/gnu/packages/documentation.scm b/gnu/packages/documentation.scm
index be0342b61f3..118c98af938 100644
--- a/gnu/packages/documentation.scm
+++ b/gnu/packages/documentation.scm
@@ -490,9 +490,8 @@ inspired by Dash.")
490 (build-system gnu-build-system) 490 (build-system gnu-build-system)
491 (arguments 491 (arguments
492 (list 492 (list
493 ;; Essentially a lighter copy of the former python-build-system. 493 ;; Custom build steps to prevent using pyproject-build-system which
494 ;; Using it rather than pyproject-build-system allows to edit the latter 494 ;; allows to edit the latter without a texlive + haskell world rebuild.
495 ;; without a texlive + haskell world rebuild.
496 #:phases 495 #:phases
497 #~(modify-phases %standard-phases 496 #~(modify-phases %standard-phases
498 (delete 'bootstrap) 497 (delete 'bootstrap)