summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--guix/build/python-build-system.scm3
1 files changed, 2 insertions, 1 deletions
diff --git a/guix/build/python-build-system.scm b/guix/build/python-build-system.scm
index e906e60699..9109fb4ac7 100644
--- a/guix/build/python-build-system.scm
+++ b/guix/build/python-build-system.scm
@@ -137,7 +137,8 @@ installed with setuptools."
#t))
(define %standard-phases
- ;; 'configure' phase is not needed.
+ ;; 'configure' and 'build' phases are not needed. Everything is done during
+ ;; 'install'.
(modify-phases gnu:%standard-phases
(add-after 'unpack 'ensure-no-mtimes-pre-1980 ensure-no-mtimes-pre-1980)
(delete 'configure)