mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-25 20:19:18 -05:00
guix: python-build-system: Fix an outdated comment.
This commit is contained in:
parent
b02b9a520e
commit
043a51c0c2
1 changed files with 1 additions and 2 deletions
|
@ -137,8 +137,7 @@ (define* (ensure-no-mtimes-pre-1980 #:rest _)
|
|||
#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)
|
||||
|
|
Loading…
Reference in a new issue