Skip to content
Snippets Groups Projects
Unverified Commit 043a51c0 authored by Hartmut Goebel's avatar Hartmut Goebel
Browse files

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

parent b02b9a52
No related branches found
No related tags found
No related merge requests found
......@@ -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)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment