guix-commits
[Top][All Lists]
Advanced

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

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


From: Mark H. Weaver
Subject: 01/01: Revert "guix: python-build-system: Fix an outdated comment."
Date: Thu, 13 Oct 2016 19:28:51 +0000 (UTC)

mhw pushed a commit to branch master
in repository guix.

commit 41935673252a00a859a9ab8132d52eecf420823b
Author: Mark H Weaver <address@hidden>
Date:   Thu Oct 13 15:27:16 2016 -0400

    Revert "guix: python-build-system: Fix an outdated comment."
    
    This reverts commit 635a7af45d6e2105ad65d1a9531126cc232a2a50.
---
 guix/build/python-build-system.scm |    3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/guix/build/python-build-system.scm 
b/guix/build/python-build-system.scm
index e906e60..9109fb4 100644
--- a/guix/build/python-build-system.scm
+++ b/guix/build/python-build-system.scm
@@ -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)



reply via email to

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