summaryrefslogtreecommitdiff
path: root/gnu/packages/python-build.scm
diff options
context:
space:
mode:
Diffstat (limited to 'gnu/packages/python-build.scm')
-rw-r--r--gnu/packages/python-build.scm6
1 files changed, 3 insertions, 3 deletions
diff --git a/gnu/packages/python-build.scm b/gnu/packages/python-build.scm
index 8a699b3db00..72e9645e732 100644
--- a/gnu/packages/python-build.scm
+++ b/gnu/packages/python-build.scm
@@ -834,9 +834,9 @@ facilitate packaging Python projects, where packaging includes:
834 (arguments 834 (arguments
835 (list 835 (list
836 #:tests? #f ;disabled to avoid extra dependencies 836 #:tests? #f ;disabled to avoid extra dependencies
837 ;; Essentially a lighter copy of the former python-build-system. 837 ;; Custom build steps to prevent using pyproject-build-system which
838 ;; Using it rather than pyproject-build-system allows to edit the latter 838 ;; allows to edit the latter without a world rebuild (for the meson
839 ;; without a world rebuild (for the meson package in particular). 839 ;; package in particular).
840 #:phases 840 #:phases
841 #~(modify-phases %standard-phases 841 #~(modify-phases %standard-phases
842 (delete 'bootstrap) 842 (delete 'bootstrap)