me
/
guix
Archived
1
0
Fork 0

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

This reverts commit 635a7af45d.
master
Mark H Weaver 2016-10-13 15:27:16 -04:00
parent 635a7af45d
commit 4193567325
No known key found for this signature in database
GPG Key ID: 7CEF29847562C516
1 changed files with 2 additions and 1 deletions

View File

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