guix-commits
[Top][All Lists]
Advanced

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

01/01: gnu: python: Return #t from all phases.


From: Mark H. Weaver
Subject: 01/01: gnu: python: Return #t from all phases.
Date: Sat, 17 Mar 2018 19:56:31 -0400 (EDT)

mhw pushed a commit to branch core-updates
in repository guix.

commit b4291db238a3d451429783cfda366fd2f3ef73d1
Author: Mark H Weaver <address@hidden>
Date:   Sat Mar 17 19:52:18 2018 -0400

    gnu: python: Return #t from all phases.
    
    * gnu/packages/python.scm (python-3.6)[arguments]: Return #t from
    the 'rebuild-bytecode' phase.
---
 gnu/packages/python.scm | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/gnu/packages/python.scm b/gnu/packages/python.scm
index 6639e6c..f3a75c3 100644
--- a/gnu/packages/python.scm
+++ b/gnu/packages/python.scm
@@ -427,7 +427,8 @@ data types.")
                                          "-x" "(lib2to3|test/bad.*)"
                                          ,file)))
                               (find-files out "\\.py$")))
-                  (list '() '("-O") '("-OO"))))))))))
+                  (list '() '("-O") '("-OO")))
+                 #t)))))))
     (native-search-paths
      (list (search-path-specification
             (variable "PYTHONPATH")



reply via email to

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