mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-25 22:08:16 -05: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:
parent
ba57d602e3
commit
b4291db238
1 changed files with 2 additions and 1 deletions
|
@ -427,7 +427,8 @@ (define-public python-3.6
|
||||||
"-x" "(lib2to3|test/bad.*)"
|
"-x" "(lib2to3|test/bad.*)"
|
||||||
,file)))
|
,file)))
|
||||||
(find-files out "\\.py$")))
|
(find-files out "\\.py$")))
|
||||||
(list '() '("-O") '("-OO"))))))))))
|
(list '() '("-O") '("-OO")))
|
||||||
|
#t)))))))
|
||||||
(native-search-paths
|
(native-search-paths
|
||||||
(list (search-path-specification
|
(list (search-path-specification
|
||||||
(variable "PYTHONPATH")
|
(variable "PYTHONPATH")
|
||||||
|
|
Loading…
Reference in a new issue