guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

01/104: guix: python-build-system: Fix an outdated comment.


From: Hartmut Goebel
Subject: 01/104: guix: python-build-system: Fix an outdated comment.
Date: Tue, 15 Nov 2016 21:36:58 +0000 (UTC)

htgoebel pushed a commit to branch python-build-system
in repository guix.

commit 043a51c0c2a025b84b0fb14c157add7236d7a526
Author: Hartmut Goebel <address@hidden>
Date:   Sun Oct 2 18:48:56 2016 +0200

    guix: python-build-system: Fix an outdated comment.
---
 guix/build/python-build-system.scm |    3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/guix/build/python-build-system.scm 
b/guix/build/python-build-system.scm
index 9109fb4..e906e60 100644
--- a/guix/build/python-build-system.scm
+++ b/guix/build/python-build-system.scm
@@ -137,8 +137,7 @@ installed with setuptools."
     #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)



reply via email to

[Prev in Thread] Current Thread [Next in Thread]