diff options
author | Hartmut Goebel <h.goebel@crazy-compilers.com> | 2016-10-02 18:48:56 +0200 |
---|---|---|
committer | Hartmut Goebel <h.goebel@crazy-compilers.com> | 2016-11-15 17:37:39 +0100 |
commit | 043a51c0c2a025b84b0fb14c157add7236d7a526 (patch) | |
tree | c202e5c69e5f698b0cadff66d81bd9234d37a90d /guix/build | |
parent | b02b9a520ea1050fa51afde0e71cc7da32a5e0bb (diff) |
guix: python-build-system: Fix an outdated comment.
Diffstat (limited to 'guix/build')
-rw-r--r-- | guix/build/python-build-system.scm | 3 |
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) |