~ruther/guix-local

043a51c0c2a025b84b0fb14c157add7236d7a526 — Hartmut Goebel 9 years ago b02b9a5
guix: python-build-system: Fix an outdated comment.
1 files changed, 1 insertions(+), 2 deletions(-)

M guix/build/python-build-system.scm
M guix/build/python-build-system.scm => guix/build/python-build-system.scm +1 -2
@@ 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)