Revert "guix: python-build-system: Fix an outdated comment."
This reverts commit 635a7af45d6e2105ad65d1a9531126cc232a2a50.
This commit is contained in:
parent
635a7af45d
commit
4193567325
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user