summaryrefslogtreecommitdiff
path: root/guix/build/python-build-system.scm
diff options
context:
space:
mode:
authorHartmut Goebel <h.goebel@crazy-compilers.com>2016-10-02 18:48:56 +0200
committerHartmut Goebel <h.goebel@crazy-compilers.com>2016-11-15 17:37:39 +0100
commit043a51c0c2a025b84b0fb14c157add7236d7a526 (patch)
treec202e5c69e5f698b0cadff66d81bd9234d37a90d /guix/build/python-build-system.scm
parentb02b9a520ea1050fa51afde0e71cc7da32a5e0bb (diff)
downloadguix-patches-043a51c0c2a025b84b0fb14c157add7236d7a526.tar
guix-patches-043a51c0c2a025b84b0fb14c157add7236d7a526.tar.gz
guix: python-build-system: Fix an outdated comment.
Diffstat (limited to 'guix/build/python-build-system.scm')
-rw-r--r--guix/build/python-build-system.scm3
1 files changed, 1 insertions, 2 deletions
diff --git a/guix/build/python-build-system.scm b/guix/build/python-build-system.scm
index 9109fb4ac7..e906e60699 100644
--- a/guix/build/python-build-system.scm
+++ b/guix/build/python-build-system.scm
@@ -137,8 +137,7 @@ installed with setuptools."
#t))
(define %standard-phases
- ;; 'configure' and 'build' phases are not needed. Everything is done during
- ;; 'install'.
+ ;; 'configure' phase is not needed.
(modify-phases gnu:%standard-phases
(add-after 'unpack 'ensure-no-mtimes-pre-1980 ensure-no-mtimes-pre-1980)
(delete 'configure)