mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-26 06:18:07 -05:00
Revert "guix: python-build-system: Fix an outdated comment."
This reverts commit 635a7af45d
.
This commit is contained in:
parent
635a7af45d
commit
4193567325
1 changed files with 2 additions and 1 deletions
|
@ -137,7 +137,8 @@ (define* (ensure-no-mtimes-pre-1980 #:rest _)
|
||||||
#t))
|
#t))
|
||||||
|
|
||||||
(define %standard-phases
|
(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
|
(modify-phases gnu:%standard-phases
|
||||||
(add-after 'unpack 'ensure-no-mtimes-pre-1980 ensure-no-mtimes-pre-1980)
|
(add-after 'unpack 'ensure-no-mtimes-pre-1980 ensure-no-mtimes-pre-1980)
|
||||||
(delete 'configure)
|
(delete 'configure)
|
||||||
|
|
Loading…
Reference in a new issue