guix: python-build-system: Fix an outdated comment.

This commit is contained in:
Hartmut Goebel 2016-10-02 18:48:56 +02:00
parent b02b9a520e
commit 043a51c0c2
No known key found for this signature in database
GPG Key ID: 634A8DFFD3F631DF
1 changed files with 1 additions and 2 deletions

View File

@ -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)