mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2026-04-20 09:10:30 +02:00
gnu: python: Return #t from all phases.
* gnu/packages/python.scm (python-3.6)[arguments]: Return #t from the 'rebuild-bytecode' phase.
This commit is contained in:
@@ -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")
|
||||
|
||||
Reference in New Issue
Block a user