me
/
guix
Archived
1
0
Fork 0

gnu: python: Return #t from all phases.

* gnu/packages/python.scm (python-3.6)[arguments]: Return #t from
the 'rebuild-bytecode' phase.
master
Mark H Weaver 2018-03-17 19:52:18 -04:00
parent ba57d602e3
commit b4291db238
No known key found for this signature in database
GPG Key ID: 7CEF29847562C516
1 changed files with 2 additions and 1 deletions

View File

@ -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")